what is the framework followed by ur company in qtp
Answer Posted / firoz shaik
A Framework is a set of guidelines, concepts, practices,
that provide support for Software Automation Testing.
We have 4 types of frameworks:
1. Record/Playback Framework
2. Data Driven Testing Framework
3. Keywork Driven Framework
4. Modularity driven framework.
For more & detail info, mail me back, as the time is
running out, i am not not giving all information about the
types of frameworks.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is active screen?
What is the short cut keys for the following?
How the exception handling can be done using quicktest professional (qtp)?
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?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
what is description object?
What is a recovery scenario?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What are the Disadvantages of shared object repository?
what kind of frame work you used in your last project?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is the parameterization?
Sql questions to find second max salary and how to use joins