Which object model ur used in ur project
Answers were Sorted based on User's Feedback
Answer / raja
component object model.
ie ADO(active data object)
com model is one of the interface.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raja
component object model
ADO(Active data object)
com is one the interface model
(if u find any new mail me bobbyporika@yahoo.co.in)
Is This Answer Correct ? | 2 Yes | 1 No |
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How to Run a Test using QTP?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
How to test the login page in different ways in automation testing and i need code?
On what basis we select test cases to automate?
What is the Command used to start the QTP
What is an environment variable?
What is Regular Expressions?
What is the scripting language used in QTP?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
How to launch application under test through VBscript without using systemutil.run or invokeapplication?