Answer Posted / manmeet kalsi
QTP have 3 types of parametarization.
1) Data Table
2) Environment Variable
3) Random Numbers
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is vmodel?advantages and disadvantages of vmodel?
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 text check point and text area check point?
How many types of Automation frameworks are there in UFT? Describe them.
How many ways we can parameterize data in quicktest professional (qtp)?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How can I check if a environment variable exist or not?
What are main panes available in qtp test browser?
what is the diffrence bw qtp architectute and qtp framework?
explain structured testing? plz guys with exp. do answer
Hi,All How to create a link in excel sheet using qtp
What is the difference between keyword view and expert view?
If object is not recognized by qtp but the object is standard object what is your approach?
What are the various types of Actions in UFT?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?