what is the framework followed by ur company in qtp
Answers were Sorted based on User's Feedback
framework is like a folder architecture.make it one folder
for one project.In that folder so many subfolders are
there...like scripts for one folder,object repository for
one folder,functions for one folder,test data for one
folder,test results for one folder,Recovery senarios for
one folder.
Script folder contains ---------> .MTS files
OR folder contains ------> .TSR or .BDB or .MTS
Function folder contains -------> .VBS or .TXT files
Test Data folder contains -------> .XLS or .XML or .TXT
Test Result folder contains --------> .XML or .XLS files
Recovery Folder contains --------> .QRS files
The above all extensions of the appropriate
files..all project related files put in one folder...ok..na
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / satyanarayana
In my company we are using datadriven and keyword driven
frame work.
which means it is hybrid frame work.
The process followed is
first of all we have to create the required folder structure.
And then we prepare our scripts .After this we enhance our
scripts using parameterisation,recovery scenarios etc.Then
we save the scripts in script files using .mts
extension.Repository files using .tsr extension,library
files with .vbs extention,recovery files with .qrs
extension.Then we take new test and associate all the
required files to the current test. Then using datatable we
will mention the key words in it.Then in qtp test pane we
write the required script and we will execute the script
using the functions prepared in library files based end to
end scenario.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sravan
First of all framework is the architecture for creating
Automated scripts.
There are four types of frameworks
Key word driven framework - tool dependent for ex QTP
keyword view
Test modular framework - modular in the sense you break
entire funtionality in to modules so that change requests
can be easily incorporated and can also make actions or
functions reusable
Data driven framework - this framework is used when ever
large data input is used to control the flow of the
application for ex if you have required fields in the
application and next page is displayed based on the data
you enter in the first page,
Test library framework: this is again kind of modular
framework but instead of creating code in the script,
library files and dll files are created and included in the
script
Hybrid test framework: a combination of all the above
frameworks is considered as Hybrid.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gaurav gupta
Framework is architecture you are using to make the QTP
script. It can be many type like Data driven, Using
Reusable functions and some more....but usually most of the
companies follow hybrid (combination of all the all the
framework) as per the need.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saff
satyanarayana thanks alot for ur answer
and all other guys plz read the question and answer
the question is not to define the framework
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
What is the difference between per-action and shared?
1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.
What is the Command used to start the QTP
I heard that in Hyderabad Ameerpet is renowned for its training institutes it has , but from my own experience I can only say that this institutes have become money making machines losing their cognitive ability and ethics , can anybody tell me is there a good ins. in hyderabad for testing tools.?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
What is QTP Frame Work ,and i want it in detail
what is the hierachy of Descreptive programming?
How can we display the names of the buttons in the toolbar of a webpage