1.what is the extension of action template?
2.what are the strengths and weaknesses of Keyword driven
framework?
3.how qtp identify runtime objects?
Answer Posted / prasanna
1. .mst
2. it will take more time to build the framework
but we can automate more tc's /day compared to other fws
3. it will check for the objects that exactly matches the
description either in OR or in the script
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to test results for qtp ?
How to find operating system information using the qtp script?
Mention what are the different types of recording modes in qtp? Which will be used when?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
If I give some thousand tests to execute in two days what do you do?
Explain the types of object repositorys in qtp?
Describe the differences between functions and actions in UFT?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
in a web page How to check and display a particular word from a paragraph?
What are the general steps involved in the data driven framework?
What are the differences between quicktest professional and winrunner?
Can we create a qtp test from qc?
What is the file extension of the code file and object repository file in QTP?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?