Performance
Coding
Database Testing
Cucumber
Automation Tool
2

Two common problems that occur due to poor performance

Bottlenecking/Poor response time/Long Load time /Poor scalability

2

How to get the number of frames on a page ?

List <WebElement> framesList = driver.findElements(By.xpath("//iframe"));

 int numOfFrames = frameList.size();

2

Database Testing is also known as

Backend testing

2

Blocks of code that run before or after each scenario in the Cucumber execution cycle

Hooks

2

This tool is used to test web applications by using a wide range of platforms and environments. This is used for getting the performance metrics of every component to identify the bottlenecks

LoadRunner

3

Process of identifying performance bottlenecks and taking steps to eliminate them

Performance Tuning

3

Code handle alerts in Selenium

driver.switchTo().alert()

3

Which will allow the user to uniquely identify a tuple?

Super key

3

Used for compilation of the Step Definition and Feature files and to verify the compilation errors.

Dryrun

3

Software tool that support behaviour driver development

Cucumber

4

Number of request sent per unit of time to server in performace testing

Throughput

4

Method used to take screenshots in Selenium?

getScreenshotAs() method

4

Which commands is used to put a restriction on the number of rows returned from a query?

LIMIT

4

Generates the Cucumber test report in the HTML format

Pretty Format

4

Web Application Automation testing tool

Selenium

5

Time from first byte of request sent to last byte of response received in performace testing

ResponseTime

5

Method used to perform right-click operations in Selenium?

ContextClick class

5

Primary key must always be

NOT NULL

5

This option is used to provide a better readable console output

Monochrome

5

Used to perform both responsive and regression testing on software applications

Tosca

6

Method of communication between client and server

Protocol

6

What does the following statement in SQL do? DROP TABLE student;

Deletes a table called student


6

The command is used to delete a trigger in SQL

Drop

6

Tags are declared using the __________ symbol

@

6

Java-based open source performance testing tool that can be used to test both static and dynamic web applications and resources

Jmeter