In how many ways we can add check points to an
application using QTP.
Answers were Sorted based on User's Feedback
Answer / sreeprasad
2ways:
while recording the application, and also after completion
of recording by using the ACTIVE SCREEN we can add
checkpoints.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ksagar.mba
Hi all actually in 4 ways inserting a check point
1.menu]
2.Right click of keyword view
3.Right click of active screen
4.through inserting.
| Is This Answer Correct ? | 1 Yes | 0 No |
how many maximum number of virtual users we can create?
what is the code in QTP to take screen shot?
Explain the concept of object repository and how quicktest professional recognises objects?
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 the limitations of BVA?
what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
What is dynamic arrays
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks