RSS Feed for Automation Testing Interview QuestionsCategory: Automation Testing Interview Questions

How to fetch data from excel sheet using TEST DIRECTOR? »

there is an option in Test director advance version 8.0 in that in file menu there is import file option
click on that and give the path where it is the path click on ok

what are the Extension files in QTP? »

scripts are stored with extension *.mts
action template file is stored with extension *.mst
per action repository is stored with *.mtr
shared action repository is stored with *.tsr

What do you do if QTP doesn’t recognize object ,what action should be taken? »

First of all we have find the object by means of object repository if it is not identifying the nature of the object we can go for object identification ,even though if QTP is not recognising the object we can map the object by means of virtual manager wizard.

How you automate test scripts? »

we can automate test scripts by means automation reference model,by which  we can automate the qtp itself

Can we directly automate test scripts according to requirements? »

No, we cannot automate test scripts using requirements.

How u perform exception handling in QTp,what is other name for ths ? »

The other name for Exception handling is Recovery scenario.
There are 4 Triggers
1.Popup Window.
2.Object State.
3.Test Error.
4.System Crash.
The solution are
1.Function call.
2.Keyboard or mouse Operation.
3.Restart.

Difference between GUI & Functional testing? »

GUI T :
In computer science, GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications. This is normally done through the use of a
variety of test cases.
Functional testing :
Quality assurance that a web site performs properly. All aspects of the user interface, navigation between pages and off-site, [...]