Hello friends can anybody tell me about the architecture of
QTP with diagram of it.this architecture is same for any
domain like ERP/Banking/CRM/Healthcare or it's different
then please tell me.thanks
Answers were Sorted based on User's Feedback
Answer / shilpa
Architecture of qtp:qtp contains 5 sections i.e,
1.TOOLBAR
2.TESTPANE
3.DATA TABLE
4.ACTIVE SCREEN
5.DEBUG VIEWER
1.TOOLBAR:-
It contains icons to perform operation on qtp.Example
record,run,stop icons etc.
2.TEST PANE:-
here we can generate the test scripts based on
requirements.it contains 2 tabs.they are KEYWORD
VIEW,EXPERT VIEW.
KEYWORD VIEW:-
here we generate the test script in simple
understandable language interms of item, operation, value,
documentation.
EXPERT VIEW:-
Here we cangenerate script in VB script.
3.DATA TABLE:-
Here we can store test data to parameterise the test
script.
It has 2 sheets. They are Global sheet,Action sheet.
Global Sheet:-
when we have test data in this sheet,we can
parameterize multiple action test scripts
Action Sheet:-
when we have the test data in this sheet by using that
test data we parameterize specific test script only.
4.Active Screen:-
Itprovides the snap shot of application for each
record and stmt.
5.Debug Viewer:-
it is used to view,set or modify the current values of
variables in the test when a test stops at break point.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / sdf
Fortunately, you need not draw diagram in any interview.
Explain in words only.
Like MS Word, qtp is a tool. It don't change depends on the
Application.
I suggest that you better take training in Testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / pintu kumar
QTP is test automation tool n product of mercury/hp.
here we need to generate some script(through record option,
OR step generator,OR discriptive prog)n same time according
to requiremt we do some modefication . n check the impect
of that action .
| Is This Answer Correct ? | 0 Yes | 2 No |
How we can add actions in the test using QTP?
write a script to close all open browser in qtp except one browser whose name is xyz
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
what is the advantages and disadvantages of using functions instead of re usable actions
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
How to open a new test using quicktest professional (qtp)?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How can we merge two repositories? Can we merge two differnt rep. I mean 1is peraction and other shared
4 Answers Tavant Technologies,
banking domain description for software tester for interview
Explain the concept of object repository & how QTP recognises objects?
How to execute the test cases using QTP. i.e What is the use of QTP while execution