AZTEC SOFTWARE Interview Questions
1. What is BVA and ECP
2. Which version of WINRUNNER and QTP you are using in the project
3. What is the use of Recovery manager in QTP
4. What is retesting and regression testing
5. Write the SQL queries for the following EMP table to select the employee id and his details from emp table
6. For example: employee dept and employee id and employee name and employee salary 7. what is a sub and what is a driver
8. What are your roles and responsibilities in your project
9. Does BVA is equivalent to ECP
10. If you find a bug what will you do


sachin | May 7, 2008 | Reply
question:Write the SQL queries for the following EMP table to select the employee id and his details from emp table
For example: employee dept and employee id and employee name and employee salary
answer:select employee dept , employee id ,employee name, employee salary from emptable
sachin | May 7, 2008 | Reply
If you find a bug what will you do?
immediately report to the developers
sachin | May 7, 2008 | Reply
2. Which version of WINRUNNER and QTP you are using in the project
WINRUNNER 7.0and QTP 8.2
Manisha Shinde | Jul 1, 2008 | Reply
stub: A skeletal or special-purpose implementation of a software component, used to develop
or test a component that calls or is otherwise dependent on it. It replaces a called
component. [After IEEE 610]
driver: A software component or test tool that replaces a component that takes care of the
control and/or the calling of a component or system. [After TMap]