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 |
how to create the varibles and how these are connect to qtp? plz tell me
In Manual testing , can u prpare bug report in TD?
what are the mandatory properties for a tex boxc (scenario?)
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
What environment does qtp run in?
How do you know the location Id of an object if you know its index id?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is the scripting language used in QTP?
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
Why we have to split actions in a test?
Should have experience in framework means?
hi gavasker i want how to merg OR's in QTP 8.2 by QTP Plus