how your doing reporting in your script?
Answer / bablu
By using this in function
Repoter.ReportEvent micpass,"Step Nmae","Passed"
And this we will call into a variable.
That variable value we will export to Excell by using Data Table methodes...
| Is This Answer Correct ? | 2 Yes | 2 No |
why don’t use real time they r not using check points
1. What is diffrence between Analog Recording And Lomlevel Recording ?
w is datatable
Does the Existing reusable action can be modified at the time of calling the action?? Please 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
Discuss QTP Environment.
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 smart identification works in qtp ?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How many types of recording modes in qtp?
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.