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 |
Is qtp supports uni-code?
i have to pass the testcases into userid anf password of gmail login page using functions you can take your own testcaseslike userdid should take only lowerletters it should not take special charactors and uppercase letters and password should take only numericvalues it should not take alphanumeric and alphabets
Explain the views in the QTP GUI?
Explain step generator in qtp?
What is exact difference between “while” and “do while” in QTP ?
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
How to use setroproperty?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
what is defenetion of kiran can u tell me plz CVS, SVN
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
what is selective recording ? and normal recording?