i have written some lines of code today..tommorow some
lines of code deleted in middle of that code..how to handle
this type of script
Answer / nanda.d reddy
If it is permanently deleted means you can not do any thing, the only solution is either maintain a backup always or use the version control and save ur scripts there ...
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the views available in qtp?
How to create an instance in QTP?
What is the basic concept of qtp?
When should I use smart identification?
what is output parameters in qtp?explain? 2)
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
write is the code for regular expression in QTP
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
What is exact difference between “while” and “do while” in QTP ?
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??