what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / dhanasekar s
An Automation Framework is collection of
assumptions,concepts and practices you bring in while
developing the automation project, so it helps in
constituting a work platform or support for automated
testing.It would be great, if the framework is application
independent
Read below blog to know more
http://testingideas.wordpress.com/2008/08/12/what-is-a-framework-in-automation/
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
In qtp, how you can get the last character from a string?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Explain more about the Test Fusion Report of QTP?
In what occasion we can specify global sheet and action sheet?
Why do we use breakpoints in QTP?
Have you used xml check point in your project? How?
What are main panes available in qtp test browser?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is checkpoints for quicktest professional (qtp)?
How to build scripts that access data from external sources?
can the activities of test case design be automated?
When to use shared and local object repository?