Are You using any frame work? What is that? Explain about that.
Answers were Sorted based on User's Feedback
Answer / chitti
yes we are using Depends upon the project wee will use
1)linear 2) Dtadriven 3)Keyword 4) Functiona/Modula 5)
Hybrid Frame wrk
1) linear:- is nothing but record and play back
2)Datadriven:-Parameterising the data for differnt input
and getting different outputs
3)keyword:-is nothing but creating s/w structure like
scripts, OR, testdata, Recovery scenerios, logfiles,
Library files ets
4)Functiona/Modular:-Each and Individual Functions can be
scripted mostly used for BPT scripts
5)Hybrid:-Combination of the above any two Frame works
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / hari
i need the answer to send my mail id
haribabuboddapati@yahoomail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramireddy
Frame work: This case first we will create a one main
folder, nothing but in our application, then we will cretae
a sub folders like generic functions & application
libraries & date files & scripts folder & scenarious
foldre..
generic functions nothing but repeatable functions.
application libraries nothing but standrard function.
first we execute main script then we execute scenarious
after excuting the scenarious scripts are executed finally
results result stored in the results folder.
| Is This Answer Correct ? | 0 Yes | 2 No |
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
Is virtual object supported in low level recording mode?
How qtp recognizes the object?
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
how to capture the run time values of web table.
what is mean by output parameters? I need full description with example. tell me any one please
What scripting language is QTP of?
How to create runtime property for an object?
QTP 9.2, Issue: Creating Shared Object repository. I recorded 2 scripts. I exported the Object Repository to a shared location for the first script. Associated the exported repository to the first script and deleted the Local Repository for the First Script. Now Opened the Second script and try to Add the Local Object Repository of 2nd Script to Exported Object Repository. But I fail. Can anyone please help in providing steps that need to be followed in creating a shared object repository? Thanks in Advance.
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?