how can we test load time of an page in webtesting?
Answers were Sorted based on User's Feedback
Answer / mercy
A page checkpoint would help you getting load time of a
page.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / nanda.d
By applying page checkpoint o a specific page u can verify
load time of that page.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / thanuj kumar
Browser(...).Page(...).getROProperty("load time")
will give you the load time of the page
| Is This Answer Correct ? | 2 Yes | 6 No |
we have a link in a website or webtable How can we record link in that table or site? link is not static we don't know exact location of that link? how ? if u know pls give reply with script also?
6 Answers Cognizant, Covansys,
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
Plz Explain AUTOMATION REFERENCE MODEL?
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 ?
tell me QTP standards ?plz
what is the data driven testing?
how we do database testing with qtp using descriptive programming?
22 Answers Nutrins, Rohit Technologies, Symphony, Syntel, TCS,
hi i need to learn qtp its very urgent..pls tell me who is the best faculty for qtp in hyd..... and i plan to go foe mindq nageshwar rao? its good or not?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
How to change the Default synchronization method time and where?
What is action?
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.