Answer Posted / akshar jain
.qfl for function libraries, .bdb for local object
repository,.mts for test script file,.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to modify the text checkpoint?
What is the extension of the qtp local repository?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What is the virtual object?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Explain about the quicktest professional (qtp) automation object model?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Explain how qtp identifies objects?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
what could go wrong with test automation?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What is the process of synchronizing qtp and aut?