QA Interview Test 2022 - Applikasi Super

QA Interview Test 2022 - Applikasi Super

University

41 Qs

quiz-placeholder

Similar activities

Psicometria

Psicometria

University

36 Qs

DigitalMedicineFKUMP1

DigitalMedicineFKUMP1

University

40 Qs

META-FUN QUIZ

META-FUN QUIZ

University

42 Qs

UJI KOMPETENSI GURU 1

UJI KOMPETENSI GURU 1

University

42 Qs

CRT_Preparations

CRT_Preparations

University

42 Qs

Basic and Advanced Verilog HDL module

Basic and Advanced Verilog HDL module

University

46 Qs

Exam Practice 1

Exam Practice 1

University

40 Qs

Evaluasi MBKM - HCQC

Evaluasi MBKM - HCQC

University

41 Qs

QA Interview Test 2022 - Applikasi Super

QA Interview Test 2022 - Applikasi Super

Assessment

Quiz

Professional Development

University

Practice Problem

Hard

Created by

lens tika

Used 19+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?