How to integrate automated scripts from testdirector to winrunner scripts?
Answer / Chandan Kumar Mishra
To integrate automated scripts from TestDirector to WinRunner, you can follow these steps:
1. Export the TestCase from TestDirector in a format supported by WinRunner (like .XML or .TSD).
2. Import the exported TestCase into WinRunner.
3. Modify the imported TestCase as needed to work with your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to recover the Parameter out of range error while running the script in verify mode
what is meant by CMMI standards
What is the purpose of regexp_label property?
How to break infinite loop?
can anybody tell me in realtime how tester access web based build and window based build
What r the recording methods in winrunner and wht r the uses and where do we use and how do we use? pls dont mention recording modes(context sensitive and analong)
what is automation life cycle?
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
what r the standard properties r u checking for pushbutton?
Which are default codes winrunner generates when we start the application?
How will u find Automation Test cases and how to find regression test cases?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?