QA Interview Test 2022 - Applikasi Super

QA Interview Test 2022 - Applikasi Super

University

41 Qs

quiz-placeholder

Similar activities

FRA Quant KS

FRA Quant KS

University - Professional Development

40 Qs

Quant 1.7 Test

Quant 1.7 Test

University - Professional Development

39 Qs

Blood Bank Comprehensive Exam

Blood Bank Comprehensive Exam

University

40 Qs

PSM 1

PSM 1

University

46 Qs

REASONING_QUIZ

REASONING_QUIZ

University - Professional Development

42 Qs

PRELIM_PED07_2024_2025_beed_2b

PRELIM_PED07_2024_2025_beed_2b

University

43 Qs

vcoIrXnCyQ88DybMEjDY0tQO8zXh9OTAJtlWqaZw

vcoIrXnCyQ88DybMEjDY0tQO8zXh9OTAJtlWqaZw

University

40 Qs

NKL Thinking Skills DIA Quiz 2023

NKL Thinking Skills DIA Quiz 2023

University

40 Qs

QA Interview Test 2022 - Applikasi Super

QA Interview Test 2022 - Applikasi Super

Assessment

Quiz

Professional Development

University

Hard

Created by

lens tika

Used 19+ times

FREE Resource

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");

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?