-
Find local host name using QTP
How to find local host name using QTP
-
Read only excel file in QTP
How to create read only excel file using QTP?
-
Test Object and Run Object
What is test object and run object in QTP?
-
How to Pass variable in the sql query when creating DB Checkpoint
How can we pass a variable while creating a DB checkpoint. Is it even possible ?I would like to do something likeQTP scriptvariablename=somevalueDB Checkpoint query:select * from table where col=variablenameinstead of doing select * from table where col=123Thank youSairam
-
How to save User Defined Data in Global Data Sheet
Hi,Can I save my user defined variable value in a Data Sheet ?Dim textValuetextValue= Browser("Browser").Page("Pag1").WebEdit("WebEdit").GetROProperty("innertext")I want to save textValue in a column in Global Data Sheet. Then I want to compare this column with another column.Is that possible ?ThanksSairam
-
QTP : Web table objects are not counted in the run time
Hi,I have n number of links in my webtable, these links will be change based on some conditions first condition this webtable links count is correctBut second condition it display wrong count.Condition and display links are correct.But webtable links are not counted correctly, i cant find the resion for this.Have any idea for this problem?ThxPunitha.
-
QTP Script for runtime changing objects
Hi,How i can write the script for the runtime changing objectsFor Example My webtable name is "Wtable"Its containing n number of links "120 orders" "130 orders" "100 orders".......These orders text will dynamically changing like "120 orders" can be change as "121 orders"In this how can i write code for click these links in this webtableFirst i count the child objects in "WTable"Its now written 3It...
-
-
What is contained in the GUI map?
WinRunner stores information it learns about a window or object in a GUI Map. When WinRunner runs a test, it uses the GUI map to locate objects. It reads an object’s description in the GUI map and then looks for an object with the same properties in the application being tested. Each of these objects in the GUI Map file will be having a logical name and a physical description. There...