The action-recording tag has no wiki summary.
6
votes
1answer
644 views
Will recordings made with Test Manager in IE8 work in IE9?
I've had a quick read around this subject and it looks like Action Recordings can be made in Internet Explorer 9 and then played back with fast forward. However my question is about recordings made in ...
4
votes
1answer
216 views
PHP: code instrumentation library to capture/record new unit test cases?
I have a library that seems to work as intended. I would like to add some instrumentation to the library to capture (some) current input and the result and save that as a test case. Is there a library ...
1
vote
4answers
2k views
Deciding a tool for iOS UI automation providing recording and inspection of elements
I'm a complete newbie to automation testing. I am facing problems in the tools that i'm using for testing an iOS native application on iPad.
The tools that I have tried so far and the problems i'm ...
1
vote
1answer
255 views
How do I use PSR.exe - all the time or when replicating a problem?
I'm going to be running a software testing session in the near future. It will be a whole day of hands-on testing by a group of users.
I'm thinking of using Problem Steps Recording (psr.exe) but am ...
1
vote
1answer
222 views
How can I convince Squish to recognise the menu bar on Mac OS X?
I'm currently recording some python test scripts for a Mac OS X application using Squish for Qt, version 4.0.2.
The menu bar of the AUT works fine if interacted with manually, but for some reason ...
1
vote
0answers
85 views
How to have all keystrokes recorded during development phase in the tested application?
While reading an article about the bite-project the idea came to my head that it would be great to have something like bite running outside the browser. I am testing a C++-Windows application using ...
1
vote
0answers
225 views
Test execution report in HTML format for MonkeyTalk
MonkeyTalk provides the functionality of running test suites with Ant.
Reference: Running Suites With Ant
I wanted to know if it is possible to generate HTML reports of test execution?
I want to ...
0
votes
4answers
72 views
Automated network capture and analysis?
I was curious to know if anyone has done any work on automated network analysis such as starting network traffic capture (to file) before executing some test, perform some test, then stop capture, ...