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 |
Why bpt?
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc.,
What is the difference between keyword view and expert view?
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
What is action?
does qtp need record and playback in realtime. plz tell exactly wat happens
Hai anyone please "Explain about Framework in QTP?"
What is a Run-Time Data Table? Where can I find and view this table?
What is Description Object?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to test background color and dynamic images which are moving during runtime?
How Can I automate PDF forms using QTP9.2 ?