QA Interview Test 2022 - Applikasi Super

QA Interview Test 2022 - Applikasi Super

University

41 Qs

quiz-placeholder

Similar activities

LCC SUBRAYON UPT SMPN 25 MEDAN

LCC SUBRAYON UPT SMPN 25 MEDAN

University

45 Qs

Pengembangan Pembelajaran Berbasis Multimedia

Pengembangan Pembelajaran Berbasis Multimedia

University

40 Qs

inteligencia

inteligencia

University

36 Qs

AWS Cloud Practitioner

AWS Cloud Practitioner

University - Professional Development

41 Qs

TOEFL Structure (Post test)

TOEFL Structure (Post test)

9th Grade - Professional Development

40 Qs

S&S PreTest 2023

S&S PreTest 2023

University

40 Qs

Electronics Lab Viva 1

Electronics Lab Viva 1

University

46 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?