Hoe we can export TEST RESUALT IN to XL-sheet?
Answer / raghunadha murthy
To Save a copy of the run-time Data Table in a specified
location.
Syntax
DataTable.Export(FileName)
Example
DataTable.Export ("C:\flights.xls")
| Is This Answer Correct ? | 5 Yes | 9 No |
what is the difference between Reusable action and external action?
Can we Test Welcome Screens and Process Images with QTP
How you handles Pop-up windows which are Dynamically changing in Runtime?
What is the maximum size of Object Repository in QTP 8.2?
What are the technologies supported by qtp?
Which functionalities of QTP used in banking project?
where exactly we can't do the automation testing. give some examples
suppose we recording a web based project so for that we are using internet explorer after that if we execute that script in netscape then script will execute or not and one more thing is to exeute the script in any browser what to do
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
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 ???