how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answer Posted / bilal
i want to write a script for a page that has 2 input fields
and a save button. when i click on the save button it
should display error message if the input fields are empty.
| Is This Answer Correct ? | 10 Yes | 13 No |
Post New Answer View All Answers
who QTP recognizes the object stored in object repository?
What are the different types of recording modes?
What is the difference between call to existing action and copy of an action?
whare exactly we have to use functions and sub routain
What are the ways you can synchronize?
how to download mercury qtp9.2 ny internet ?
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
how many maximum number of virtual users we can create?
How to modify the text checkpoint?
How to get the particular property value?
Is it possible to switch between recording modes during a test creation?
What is the short cut keys for the following?
How may types of defects identify application or your currently working application?pls give me answer..
How do we handle run-time errors?
What is the difference between run time object and test object in QTP?