Hi all,
Recently i faced this question in infosys
What is QTP architecture??
Is Architecuture and Framework are same??
Can someone please give clear understanding of this.
Answers were Sorted based on User's Feedback
Answer / ramana
QTP Architecture is nothing But first Decided to Automate or not ?
1) Decision of Automation Testing
2) Automation Test Planing
3) Which tool is supported for your Application
4) Design of Automation Framework
5) Setting and Training of Automation Team
6) Development of automation Scripts
7) Review and rework of Automation scripts
8) integration of Automation Scripts
9) Setup Test Execution Environment
10) Execute automation Scripts
11) enhancement of automation Scripts
12) Analysis of Test Results
12
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tarak
Qtp architecture is nothing but framework folder structure like driver script,object repository,test data,environment variables,recovery scenarios etc...
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / tarak
QTP Architecture is nothing but Framework folder structure
Example:-Driver Script,Object Repository,Test Data,Environment Variables,Recovery Scenario etc....
| Is This Answer Correct ? | 0 Yes | 2 No |
request to add whatsapp grp for test engineer
Describe synchronization point.
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
How do you invoke any application and write a script to invoke QTP using VB Script.
What is descriptive.create () in QTP?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
How to export QTP results to an ".xls" file?
I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
Please explain how to open with notepad of saved html file by right click option using QTP
i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.