answers
AUTOMATION TESTING INTERVIEW QUESTION
PART -1
1. WHAT TYPES OF TESTING CAN BE AUTOMATED?
We can automate Functional Testing, Load and Performance Testing.
---------------------------------------------------------------------------------------------------
2. POPULAR FUNCTIONAL TESTING TOOLS?
Selenium, Tosca, QTP/UFT, Rational Functional Tester, SilkTest, Test
Partner
---------------------------------------------------------------------------------------------------
3. POPULAR PERFORMANCE TESTING TOOLS?
LoadRunner, J-Meter, QA Load, WebLoad, NeoLoad, Rational Performance
Tester, Silk Performer
---------------------------------------------------------------------------------------------------
4. POPULAR PROJECT /TEST MANAGEMENT TOOLS
Jira , QC / ALM
---------------------------------------------------------------------------------------------------
5. WHAT TYPE OF PROJECT AUTOMATION TESTING SUITABLE?
1. Agile Model Project,
2. Maintenance and Support Project,
1|Page
, 3. If there are multiple versions then every new version need to be retested
then we will go for automation
(For v-model and waterfall model automation testing is never used)
--------------------------------------------------------------------------------------------------
6. EXPLAIN FEW SCENARIOS WHICH CAN’T BE AUTOMATED?
Few security scenarios like captcha, OTP relevant features cannot be
automated.
e.g. Select all bicycle in this pictures.
-----------------------------------------------------------------------------------------------
7. WHAT IS A DATATYPE? WHAT ARE THE DIFFERENT
DATATYPES IN JAVA?
Data types specify the different sizes and values that can be stored in the
variable. There are two types of data types in Java:
1. Primitive data types: The primitive data types include boolean,
char, byte, short, int, long, float and double.
2. Non-primitive data types: The non-primitive data types
include Classes, Interfaces, and Arrays.
-----------------------------------------------------------------------------------------------
8. WHAT IS REFERENCE DATATYPES?
Java provide many pre-defined classes like -
Classes in java: String, Object, File, FileInputStream
Classes in Selenium: Webdriver, WebElement
Any Java or Selenium Class can be used as reference datatypes.
-----------------------------------------------------------------------------------------------
2|Page