Test script is generated and it is enhanced.It is required
to be saved.But the disk space is insufficient.You are not
permitted to delete any scripts.How are you going to save?
Answer / amey
You can delete unnecessary files like results file.
| Is This Answer Correct ? | 0 Yes | 0 No |
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
How can we open an Excel sheet through the script
How many types of actions are there in quicktest professional (qtp)?
what are the different data driven types?
what is difference betweem class annd object?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
what type automation is fofollowed in the project?
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 to use parameterization in qtp?
How to capture data from images in QTP and produce them in Excel sheet ?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
why we are using environment variables instead of global variables?