What is the difference between link and hyperlink?
Answer / 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 |
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How to compare the two strings?
what is Property......End Property loop? how to write sript for it in QTP
how to test Web application using QTP software
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
difference between GetROProperty and GetTOProperty
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
What is difference between QC and TD?
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 many types of Parameters are available in QTP? and Pls Explain with example.
How to give a call to another action from one action?
unique properties of button,edit box, radio button,check box?