Two common problems that occur due to poor performance
Bottlenecking/Poor response time/Long Load time /Poor scalability
How to get the number of frames on a page ?
List <WebElement> framesList = driver.findElements(By.xpath("//iframe"));
int numOfFrames = frameList.size();
Database Testing is also known as
Backend testing
Blocks of code that run before or after each scenario in the Cucumber execution cycle
Hooks
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
Process of identifying performance bottlenecks and taking steps to eliminate them
Performance Tuning
Code handle alerts in Selenium
driver.switchTo().alert()
Which will allow the user to uniquely identify a tuple?
Super key
Used for compilation of the Step Definition and Feature files and to verify the compilation errors.
Dryrun
Software tool that support behaviour driver development
Cucumber
Number of request sent per unit of time to server in performace testing
Throughput
Method used to take screenshots in Selenium?
getScreenshotAs() method
Which commands is used to put a restriction on the number of rows returned from a query?
LIMIT
Generates the Cucumber test report in the HTML format
Pretty Format
Web Application Automation testing tool
Selenium
Time from first byte of request sent to last byte of response received in performace testing
ResponseTime
Method used to perform right-click operations in Selenium?
ContextClick class
Primary key must always be
NOT NULL
This option is used to provide a better readable console output
Monochrome
Used to perform both responsive and regression testing on software applications
Tosca
Method of communication between client and server
Protocol
What does the following statement in SQL do? DROP TABLE student;
Deletes a table called student
The command is used to delete a trigger in SQL
Drop
Tags are declared using the __________ symbol
@
Java-based open source performance testing tool that can be used to test both static and dynamic web applications and resources
Jmeter