Can i get a simple example exercise for update run mode for
sample flight application......... In qtp when i try to run
the test in update mode.. Auotmation> update option is
disabled............ Pls let me know .................
Thanks in advance.....
Answers were Sorted based on User's Feedback
Answer / techie
create a file named "test.doc" in c:\,write text "hello" in
the document,save and close.
Now start recording on the word application.
1.File->open c:\test.doc(After it is opened u can see the
text "hello" in the document as u created earlier)
2.Insert a text checkpoint on the text "hello".
3.close the application
Now run the test case in "normal mode" it will pass.
Now change the text in the c:\hello.doc from "hello"
to "welcome" and save.
Now run the test case in "normal mode" it will fail.
Now run the test case again in "update run mode" now it
will update the check point value to "welcome" and the test
case will pass.
This is one example on updating checkpoint during runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / archana
>After recording order no.run the script in normal mode
>change the order no: in the test script
>goto test>>Update Run
and then the script automatically runs in update mode now
view the test result
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sri
Install Script Debugger and try for Run Update mode
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the code in QTP to take screen shot?
what is the difference btn risks & Therads in the Test plan documentation?
How to open a new test using quicktest professional (qtp)?
How to make an Action as reusable?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is Curd testing?
Explain runtime dynamic settings?
How you can make an action as re-usable action?
What are they Advantages and Disadvantages in QTP 9.2?
what is meant by "Parameterization technique"?
What is test harness?
After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!