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



Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architectu..

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

Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architectu..

Answer / swamy

Hai friend QTP followed the COM architecture that means it's
based on object based program like follow the classes
,object ..
ok bye

Is This Answer Correct ?    2 Yes 0 No

Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architectu..

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

Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architectu..

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

Post New Answer

More QTP Interview Questions

i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com

0 Answers  


How the objecs properties are identified?Tell me in Hierarchical order?

5 Answers   IBM,


Can u explain about QTP framework

10 Answers   ACS,


can QTP works on LINUX platfom

2 Answers  


What is test fusion report?

2 Answers   CIL,






What are the methods of the TextStream object that are used for reading from a text file?

0 Answers  


Explain QTP Testing process ?

13 Answers   TCS,


Explain types of exception handling and script for that?

2 Answers  


How to retrieve the data from database?

6 Answers   Wipro,


Why a framework is needed?? Plaese post your answers ASAP

3 Answers   ACC, FD, Mphasis,


Does QTP work in UNIX environment

5 Answers   BirlaSoft, C1 India,


Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.

1 Answers  


Categories