what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / jayachander lakavath(igt)
Automation framework is one....it is a test plan for
automation testing which drives entire automation testing
in a sytemamatic and scientific manner to execute the test
script like Main Script--->DriverScripts--->Environment
variables, Library files, Functions, Test Data(data table -
Parameterization.
Here MainTest Script will call the DriverScripts
DriverScripts will call the required Env, Lib files,
Func.....etc.
So the entire test will be executed/carried out in a flow
like explained above.(This comes under Keyword Driven
Framework).
| Is This Answer Correct ? | 92 Yes | 17 No |
Post New Answer View All Answers
what frame work you are following?
How to use actions in qtp ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How do you create new test sets in td?
is it possible to add sheets to excel at runtime
Explain about the quicktest professional (qtp) automation object model?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
what is the diffrence bw qtp architectute and qtp framework?
How to integrate the qualitycenter with qtp
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
With what extension you can save the list of tests in a file to run in test batch runner?
Hi All, How to Compare two strings character by character in QTP
give me the code to save all messages of inbox of gmail into a folder and notepad
Explain qtp(quick test professional)?
How to use the object spy in quicktest professional 8.0 version?