Hi cud you plz answer my question..
what is the size of Object Repository?
Answer Posted / ravi sekhar
Max Size is 2 MB
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
why you have standardized functions? plzzz guys with real time exp. do answer
What phases are involved in testing an application in qtp?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Where we can use the analog mode and where we can use the low – level mode?
What is the difference between call to existing action and copy of an action?
What is the use of text output value in quicktest professional?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
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
Differentiate the type of test cases which can be automated and which cannot be automated?
How to use transactions in qtp?
What is an optional step in qtp ?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?