Automation Testing Interview Questions
Questions Answers Views Company eMail

plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

2072

How to Close all browsers in reverse order.

Marlabs,

3 7618

Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)

1 3060

Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.

1 3026

What is Modular framework and Keyword drive framework? Explain

4 5747

1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = India/Srilanka/Australia/England/South Africa.I need the Output Country wise? [ 1st Msgbox India , 2nd Msgbox Srilanka] ---- 3. How can Choose these test cases to be automated?

HP,

5 6037

How to find which type of Framework is suitable for which type of application?

CTS,

4 4939

How to switch between browser tabs? )moving from one tab to another tab)

CTS,

1 16970

What is the use of low level recording? How does it useful?

1 2820

What is the main disadvantage of using low level and Analog modes?

2 5907

what is difference betweem class annd object?

1 2887

wht is the difference between action and functio?

3 3978

what is parameterisation?

3 4023

What is QuickTest Automation Object Model? Where we can use AOM?

1 3376

How to track the execution time?

2 3806


Un-Answered Questions { Automation Testing }

PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

5931


What is Test Builder?(Suma)

1834


What are junit annotations?

516


Why we insert the rendezvous point while running the scenario?

589


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

602






Which web protocol recording level generates the web_submit_form function?

1016


Tell me what criteria do you consider for automating a test?

507


How can we conduct U-I Testing by using QTP??????

1422


How to use parameterization in qtp?

618


what type of automation is follwed in the project?

1478


what are the utilities and drivers

1838


What are parameterizing tests?

547


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2565


How to pause a test execution for 5 seconds at a specific point?

533


What generally is the structure of a framework?

576