We added data driven test in to our test script, how to
remove the data driven wizard from the script?
Answer / guest
I guess we have to remove the data driven test code
manually.No procedure is there to remove it automatically..
If wrong ..correct me pls
| Is This Answer Correct ? | 0 Yes | 0 No |
How to test Fonts and its size thru "Font Expert" in Win Runner.
what sould come under "tell about ur self"? need tempelate
which testing life cycle are u following & explain
what is the testing high level architecture
what is automation life cycle?
What we have to do if winrunner is not able recognize an object even if we have mapped the object with standard windows object used by winrunner using wirtual object wizard?
How to get the system date and time in winrunner?
Explain the purpose of different record methods?
How to write TSL for exception handling
i was given test cases which are in quality center and i need to automate them using winrunner . the application is a power builder , client server and based on windows. so how should i go about automating my test cases ( winrunner and quality centre are the tools used)
Explain in detail the parameterization steps in DDT?
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?