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 vb script when the url enter into the browser
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
What are the steps involved in recovery scenario wizard?
what is the use of Text output value in Qtp?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
what is Action conversion tool? what the Action conversion tool will do?
Hi, Can any one explain what is mean by Driver Script? is it AOM?
Hello Everybody, please tell me how to use accessibility checkpoint and XML checkpoint by giving any practical example of it.please provide me the steps to perform that and also pls provide the code too. Thanks in advance, Gaytri
What are the different types of recording modes in qtp? Which will be used when?
what is test data
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method