What is the use of Testing framework in Automated
testing..what are different kinds of Testing frameworks
available in Automated testing...
Answer / 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 |
What is All object and Local object in Object Repositary? Explain me please.
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
What is the exact difference between QTP and RFT ?
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
how can i call an external action,which is not added external action of an action?
How many ways we can parameterize data in quicktest professional?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
what is check point?
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
What does VBS file contain..? what is VBS file.?
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
How to find the path of folder in which the test is saved in qtp?