Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Automation Testing Interview Questions
Questions Answers Views Company eMail

Can you brief the hurdles you faced during Automation testing?

1051

How are actions and functions different in QTP?

1072

How to give a call to another action from one action?

1101

What are the advantages of a Hybrid framework?

1141

What are the factors on which script execution time is dependent?

1068

How to find Operating system information using QTP script?

1008

Explain how to use QTP to check broken links on a page?

1007

What is the file extension of the code file and object repository file in QTP?

1109

In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

1016

What is Cross browser testing? Does UFT support it?

1124

Explain the concept of object repository and how QTP recognizes objects?

1056

What are the methods used in UFT to handle exceptions or run-time errors?

1112

Explain process of smart Identification in QTP?

1063

How do Parameterization and Data-Driving relate to each other in QTP?

1062

How is a Step generator used in UFT?

1208


Un-Answered Questions { Automation Testing }

Tell us how to select a value in a dropdown?

1017


Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.

1861


I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it

2600


How to record the desktop application in Loadrunner 12.53 version 64 bit window.

2204


How to check whether a text is underlined or not?

944


What are the languages supported by webdriver?

884


Can we enter text without using sendkeys()?

983


What is a framework and what are the frameworks available in rc?

1062


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2933


Once you identify the tool what would be your next steps?

1023


Can the activities of test case design be automated?

1875


-QAINSPECT Difference between WEBINSPECT and WINRUNNER/TEST DIRECTOR?

2587


What is toogle breakpoints? How does it differ from break points?

2393


What are driver.close and driver.quit in WebDriver? Which is more preferable?

924


How you can switch between frames?

947