Search Header Logo

QA Interview Test 2022 - Applikasi Super

Authored by lens tika

Professional Development

University

Used 19+ times

QA Interview Test 2022 - Applikasi Super
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This measures the quality of processes used to create a quality product. It is a system of management activities. It is a preventive process, it applies for entire life cycle & deals with process

Validation

Verification

Quality Assurance

Quality Control

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What must be checked when performing API testing? (Select All that Apply)

HTTP status codes

Schema Validation

Authorization Checks

Response Status

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a type of WebDriver APIs that is available in Selenium?

AndroidDriver

ChromeDriver

HTMLUnitDriver

FirebaseDriver

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List out some of the automation tools which could not be integrated with Selenium to achieve continuous testing.

Jenkins

AWS CodePipeline

Azure DevOps

Postman

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the difference between single and double slash in Xpath? (Select All That Apply)

Single slash is used to create Xpath with an absolute path

Double slash is used to edit Xpath with relative path

Single slash is used to edit Xpath with absolute path

Double slash is used to create Xpath with relative path

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

When do we use findElement() and findElements()?

findElement() is used to access multiple elements on the web page.

findElements() is used to find all the elements on the web page

findElement() is used to access any single element on the web page

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which path is true to upload a file in Selenium WebDriver?

WebElement browse =driver.findElement(By.id("uploadfile"));

then

browse.sendKeys("D:\\SeleniumTesting\\UploadFile.txt");

WebElement browse =driver.getElement(By.id("uploadfile"));

then

browse.getKeys("D:\\SeleniumTesting\\UploadFile.txt");

WebDriver browse =driver.sendElement(By.id("uploadfile"));

then

browse.getKeys("D:\\SeleniumTesting\UploadFile.txt");

WebDriver browse =driver.findElement(By.id("uploadfile"));

then

browse.getKeys("D:\\SeleniumTesting\UploadFile.txt");

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?