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 to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad
What is QTP’s model for test creation?
How can you quit from Action.
What is Modular framework and Keyword drive framework? Explain
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
What is the difference between "call" and "callclose"
What is the Maximum syncronization timeout in seconds in QTP 9.5
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?