1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to
handle ?
Answers were Sorted based on User's Feedback
Answer / srikanth
you can always run an 8.2 script in 9.0 machine .the 9.0
machine asks whether to convert the 8.2 to 9.0. If the
answer is no then it opens in read onlymode ,if answer is
yes then it will convert the 8.2 script to 9.0.
Correct if i am wrong.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / trinadh
As per my knowledge when you are run 8.2 script in 9.0
script then 8.2 script will corrept.Better run 8.2 script
in 8.2 machine and 9.0 script in 9.0 machines.
| Is This Answer Correct ? | 0 Yes | 2 No |
Where are multiple properties of object stored
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 does WinRunner evaluate test results?
how do you analyze the properties associated with object
Explain WinRunner testing process?
Do we need start up file in win runner??if yes then why?and no then why?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
Write test scripts on a scenario where you have to transfer data from one table to another.
How are objects set to appropriate class
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!
How to count bulk of text boxes in a webpage
Let us assume there is a web-table, In this web table we have no.of Rows and Coloumns , in a Row/Coloumn(like 3*2 i.e 3rd row 2nd coloumn)is a weblist , in this web list we have almost 6links , then we click anylink a new window will activated! How can we write the script for ?? in QTP