Answer Posted / harsha
We can do performance and load testing for some an extent
in QTP. In QTP 10.00 new concept is introduced called
evaluation of performance counters in client machine. By
using these settings we can evaluate performance counters.
These settings can be found in test settings in QTP 10.00
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
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 actions in qtp ?
give me an example where u used good judgement and logic in solving a problem
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
In qtp, how you can use xpath to identify objects?
What are the advantages of a Hybrid framework?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How can i check items sorted or not in a weblist ? Give me the script for this...
What environment does qtp run in?
in a web page How to check and display a particular word from a paragraph?
What are the main differences of qtp and win runner?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Explain about Test Fusion Report of QTP?
What are the factors on which script execution time is dependent?