Answer Posted / chandini
Types of Parametarizations are:
1.Through Keyword View
2.Through Expert View using Data Table Methods by using
Import and Export Methods
3.Through Data Driver
Correct if i am wrong
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
diff between qtp versions from 8.5
How will you handle java tree in qtp?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the types of data tables in qtp?
What is object repository in qtp?
How does you test a weblink which is changing dynamically?
How can you identify the browser and its information using QTP script?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Mention the test steps of 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
With what extension you can save the list of tests in a file to run in test batch runner?