What is the use of Testing framework in Automated
testing..what are different kinds of Testing frameworks
available in Automated testing...
Answer Posted / chandan
Testing Framework would create an easy step for the
Automation.With in a short period of time one can test the
whole application.
Basically Auotomation Framework is of 4 different types
based on the type of application.
1 : Keyword Driven framework.
2 : Data Driven Framework.
3 : Hybrid Framework.
4 : Linear Framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to acess a test in RSA?
what could go wrong with test automation?
What are the check points can be inserted without recording?
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
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What are the Test design techniques you uses in ur project?
How does you test a weblink which is changing dynamically?
Is qtp supports uni-code?
What is use of object spy?
What is data driver in qtp? Where we use it?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
How do I get the QTP scripts result in xml format by using vb script function?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
How to start recording using quicktest professional?