what is the difference between link and hyperlink?
Answer Posted / inder chauhan
A hyperlink is a link you can click on or activate with the
keyboard or other device in order to go somewhere else. The
hyperlinks are used on the pages and they navigate from one
page to another between same or different Sites/servers.
A URL/Link can be thought of as the "address" of a web page
and is sometimes referred to informally as a "web address."
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the standard timing delay for web based application in qtp?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is the extension of the qtp local repository?
How can i initiate the objects to find uniquely in OR
How to do call a output parameter from one action to another action??/
Describe how Smart Identification is used
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
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
How do we analyze the checkpoint results?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
How can you identify the browser and its information using the qtp script?
How would you export a script from one pc to another in qtp?
Explain Descriptive Programming Types with Examples?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance