What is test automation framework?which framework does QTP
follow?Need some practical explanation as to how u will
start ur testing process following a particular framework?
Answers were Sorted based on User's Feedback
Answer / balasubramaniyam
Framework is a procedure in which we can write & execute the
automation script.in other words Framework is a guide,rule
or procedure to run the automated script with less manual
intervention or without manual intervention.
types of framework:
1.Modularity framework
2.test driver framework
3.Data driven framework
4.keyword driven framework
5.hybrid framework
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sridhar
Test Automation Framework:
Basically the framework have been created to make the
automation process easier. Ex: In the application
development you might have some structures to place the
files and the development team will follow that..
QTP does not use the framework itself. We decide the
framework which we are gonna use and make use of QTP for
that framework.
Some of frameworks are:
Data Driven
Key word Driven
Hybrid(Combination of above 2 )
Mostly Hybrid frame work is used...
To Start the Test Process:
Decide the framework which would choose the AUT
Let have a example of Data Driven framework.
Here in this frame work you will have a Driver file and you
can also find the data for different actions.
Consider there are 9 test cases and we use 9 action for
each test case and we also have a status flag for each
action.
we need to run the test once after changing the status.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
Please clarify Automation and QTP both(names) are same or diff?
what is localisation testing and globalisation testing? what is the difference between them?
How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
how u will describe testing activities?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
By using QTP, How do you test a frame in a web page?
How can the name of a checkpoint be changed in Qtp
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?