Automation Testing Interview Questions
Questions Answers Views Company eMail

What is a test plan in jmeter?

457

What are pre-processor elements? List some of the elements.

430

How do you ensure re-usability in your jmeter scripts?

443

What are configuration elements?

512

How does jmeter work?

468

What is assertion in jmeter? List the types of assertion.

422

What is workbench?

445

What are pre-processor & post-processor elements?

442

What are the protocols supported by jmeter?

465

What are the important plugins supported in jmeter?

438

What is the execution order of test elements?

452

How to validate the dropdown value contains specific value or not?

608

Explain Cucumeber Framework?

701

What are the different Exceptions in selenium?

705

How you are integrating cucumber feature files with step files?

611


Un-Answered Questions { Automation Testing }

What is a correlation?

961


Do you know how to verify if the checkbox/radio is checked or not?

770


What are the advantages of pom (page object model)?

3203


Mention what is desired capability? How is it useful in terms of selenium?

679


What is tree view in automation testing?

761


What are the different types of drivers available on Webdriver ?

699


How load testing can be done with silk international?

762


What is the difference in testing a client-server application and a web application?

774


Suppose I want fail that check point? How can you do that?

851


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

2630


What is the difference b/w close () and quit ()?

766


How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one

1850


Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.

1947


What is the descriptive programming?

1771


Explain different types of checkpoints?

782