Are You using any frame work? What is that? Explain about that.
Answer Posted / 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 |
Post New Answer View All Answers
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to find Operating system information using QTP script?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
how to idetfy which test cases are automated?who will deside that plz tell me
How to break the object spy ?
How to find the difference between 2 dates in qtp?
Describe function procedure in vbscript.
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
whow much strong on VB and C?
How many add-ins comes by default with quicktest professional (qtp)?
With what extension you can save the list of tests in a file to run in test batch runner?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
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.
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
In qtp, explain what is keyword driven automation framework?