Answer Posted / baba
do you think any difference are there between 9.0 and 8.2
for executing the Scripts....
for executing the scripts is same as 9.0 and all versions
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different types of checkpoints?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Is QTP supports Unix. If yes, then how the test automation is done?
How many ways is to parameterize the value?
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
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How is test case write?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
How many types of actions are there in quicktest professional?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Explain the qtp test phases.
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
What is recovery scenario in qtp?
hou can we use vb script in qtp could u tell me breafly