QA Interview Test 2022 - Applikasi Super

QA Interview Test 2022 - Applikasi Super

University

41 Qs

quiz-placeholder

Similar activities

DigitalMedicineFKUMP1

DigitalMedicineFKUMP1

University

40 Qs

Basic and Advanced Verilog HDL module

Basic and Advanced Verilog HDL module

University

46 Qs

aiml unit 4

aiml unit 4

University

40 Qs

PC 122 Final Examination

PC 122 Final Examination

University

40 Qs

Assessment of Learning 2 (Ed11)

Assessment of Learning 2 (Ed11)

University

45 Qs

part 1

part 1

University

43 Qs

Drivetrains 1 Midterm

Drivetrains 1 Midterm

University

45 Qs

Mosby Part 1

Mosby Part 1

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?