Answer Posted / vengi
susposeIf there is three actions ,then split these three
actions by right click on mouse and select split action for
make actions as reusable action and call them when your
wantand also call them by call to existing action
if it is wrong plese correct it
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to open a new test using quicktest professional?
what is the difference between built-i function and In-built function?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
what could go wrong with test automation?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is active screen?
how to know no.of mails in our g mail by using vb-script
How many types of recording modes in qtp? Which will be used when?
How can I change object description or check point values in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What are the different attributes used with regular expression?
How to export quicktest professional (qtp) results to an .xls file?
What is throw object?