Automation Testing Interview Questions
Questions Answers Views Company eMail

How you will evaluate the tool for test automation?

1524

What are main benefits of test automation?

1439

What could go wrong with test automation?

1991

How you will describe testing activities?

1666

What testing activities you may want to automate?

1582

Describe common problems of test automation.

1615

What types of scripting techniques for test automation do you know?

2071

What are principles of good testing scripts for automation?

1561

What tools are available for support of testing during software development life cycle?

1564

Can the activities of test case design be automated?

1482

What are the limitations of automating software testing?

1 3517

How to find that tools work well with your existing system?

1481

Describe some problem that you had with automating testing tool.

1 4457

What are the main attributes of test automation?

1485

What testing activities you may want to automate in a project?

1 2945


Un-Answered Questions { Automation Testing }

what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

1615


What is difference between Recording time object identification and Run time (Execution) time.

1133


What is difference between selenium and QTP tools Which is best tool... Which is most used tool

1048


What are the views available in quicktest professional?

676


What is the standard timing delay for web based application in qtp?

715






Tell me what type of scenarios can be automated?

629


How to recognise the webelement and verifying that webelement is enabled?

1764


What different actions are performed by find and show button?

785


How software automation specialist enter steps in the Expert View?

1787


What is the difference between verify and assert commands?

600


What are the recording modes in wave event?

1677


in my application,validation message has in japanise language.how to validate this message is appears properly or not

1666


How to interact tool & application build in QTP?

1586


What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?

574


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3475