How to parametrize through environment. Please use a suitable example.
Latest Answer: Just a add on...You can also put all common variables in an external xml file and import it into the QTP to be used across all tests.The structure of XML file would be: ...
Suppose there are 10 of check boxes in a page and i have to choose the 6th one, how to do that through script?
Latest Answer: QTP identifies the object in following manner-
1) First with mandatory and assistive property. If these are not sufficient
then "Ordinal Identifier"
2) By using "Smart Identification".
In your case you have different object ...
Where do checkpoints get stored?
Latest Answer: Check Points are stored in ObjectRepository.bdb under the action(X) folder. ...
What is the function of ADD Ins in QTP? (Asked in Wipro)
Latest Answer: Add-Ins help in recognizing objects. By default QTP supports 3 Add-Ins:Visual BasicActive XWebBased on application platform add ins will be installed.Eg: Java Add-in for Java based application     ...
How will you analyse results in QTP?
Latest Answer: Expand the Tree format of Test Result window and check all the belowAfter you run a test, the Test Results window displays all aspects of the run session, including: a high-level results overview report (pass/fail status) the data used in all runs ...
What is the difference between DIM and SET? When to use DIM and when to use SET.
Latest Answer: Dim is used to store scalar variables.ex Dim aa=10Set is used to store complete hierarchy of Objectbrowser("Â ").page(" ").childobject(" "). ...
Whick locks are used for database connectivity in QTP?
Latest Answer: ODBC (Open Database Connectivity) Default feature in Operating system
DSN (Data Source Name) created by user for every database in system. Acts as
identifier to database. ...
How to write and where we call user defined functions in QTP? Give an example.
Latest Answer: Using QuickTest, you can define and store your user-defined functions either in a function library (saved as a .qfl file, by default) or directly in an action within a test. A function library is a Visual Basic script containing VBscript functions, ...
i am opening the google page with scripting and now using regular expression i want to enter browser and page name of google to enter the search text and search.
Latest Answer: browser("title:=.*Google.*").Page("title:=.*Google.*").webedit("Search").set "Test Search"browser("title:=.*Google.*").Page("title:=.*Google.*").webbutton("Search").clickThis is not ...
Give a live example use of XML checkpoint. How do we check an XML file?
Latest Answer: Checks the data content of XML documents.Note:XML file checkpoins are used to check a specified XML file; XML application checkpoints are used to check an XML document within a Web page. ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top