Answer Posted / jay prakash
There is nothing called as "Output Check point" in QTP.
There are 7 Checkpoints till QTP 9.2:
Standard, Text, Text Area, Bitmap, Accesbility, XML and
Database.
request you to please clarify your question.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
how will you check how many members visited the website www.infosys.com?
what is the diffrence bw qtp architectute and qtp framework?
can i compare two databases using QTP ?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
what is the difference between development and testing
To which environments does quicktest professional supports?
What is a data driven test in qtp?
Is it possible to split an action? How?
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
Explain the features and benefits of quick test pro(qtp)?
Explain how to use QTP to check broken links on a page?
What is CMMP and CMMH?
How to use output values in qtp ?
How can i check items sorted or not in a weblist ? Give me the script for this...