what is the difference between link and hyperlink?
Answer Posted / fazal kareem
link is a address like of a web side.how connect you with
different servers and web but hyperlink is a address how
touch in one web page and live in a portion a link.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What are the five challenges you faced in QTP?
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
What is clean sweep?
UFT 12.02 which ALM version will support
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
How you will rate urself in QTP in the range of 0 to 5
Is it possible to call win runner script in qtp?
How will you report the bug and explain the defect tracking sheet you handled?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is the syntax for how to call one script from another?
What is the difference between call to existing action and copy of an action?
How do you convert manual test cases to automated test cases?