How to Save your test using QTP?
Answer / ankit srivastav
Select File > Save or click the Save button. The Save dialog box opens to the Tests folder.
Create a folder which you want to save to, select it, and click Open.
Type your test name in the File name field.
Confirm that Save Active Screen files is selected.
Click Save. Your test name is displayed in the title bar of the main QuickTest window.
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS PARAMITARIZATION?
how and what kind of vb functions do us ein QTP?
How you automate testscripts one by one or modukewise or all at once
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?
Deal All, Recently i face one interview question in one company. str="test12@#3456" In This i want to print like special character and numeric ,word in one script please tell me how to write the code for this Thanks Balaji
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
why you have standardized functions? plzzz guys with real time exp. do answer
what are the limitations of smart identification in qtp 9.0
what is batch run ?
What is creation time property and how does it work?