Answer Posted / nagesh
Example for Link:
Consider data table with one column called Register Number.
That Column cosists of records from 1 to 100. The
application is developed in such a way that if user clicks
on 1 under Register Number column it should display the
information about the student having register No.1.
Example for Hyperlinks:
Hyperlinks are just like URL's.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain different recording modes?
How to find the name of the machine where you are running your automation scripts in qtp?
what is vmodel?advantages and disadvantages of vmodel?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
can any one say that where we can download the QTP trail version ??????????
what is object and child object.. explain ..if possible give some example for better understanding ..
Hi Samrat, Thank u very much, what u said it is right.
Explain quicktest professional (qtp) testing process?
what is error and fault in terms of software quality?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How software tester can use constants and variables in scripts?