when qtp recognizes a web link like (hyper link)wich
properties it is going to take to identify the objects
unquely? what is Ini file in QTP?
Answer Posted / rajendra
QTP recognises the web link with following object
properties
Name :
Class:
FOR example if you click on web link like www.yahoo.com,
QTP recognised the link with folling attributes:
Name:Yahoo!
class:page
inthis way it identies the web link.
if you people have any doubts feel free to contect me
Rajendra,
rajendra_penumalli@yahoo.com
Mobile:9885162742
hyderabd
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Tell some commonly used Excel VBA functions?
What is use of object spy?
What is throw Object?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to handle Java tree in QTP?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
is it possible to add sheets to excel at runtime
How many ways we can parameterize data in quicktest professional?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
how to find that tools work well with your existing system?
How to customize qtp?
What is the keyword view and expert view in qtp?
What is the difference between call to existing action and copy of an action?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
Explain the use of action split in qtp?