Katalon Flashcards
How do you create a new test suite?
Click on the plus symbol in the top left beside the folder icon, and enter the name of the test suite.
How do you add test cases to a test suite?
Click on the three dots beside the test suite name, and then click on “add new test case” from the dropdown menu and then enter the test case name and click the ok button or hit enter
How do you rename test cases in a test suite?
Click on the three dots beside the test suite name, and then click on “rename test suite” from the dropdown menu
How do you remove a test case?
Click on the three dots beside the test case name, and then click on “remove test case” from the dropdown menu
How do you record your every click and keystroke to be easily repeated and automated?
Open the url you would like to start the recording at. Then click on the record button in the top left corner of the katalon recorder. This will bring the browser back into focus and everything you do will be recorded as macros.
How do you play a single test case?
Make sure the test case is selected and click the play button at the top of the katalon recorder.
How do you play a single test suite?
Make sure the test suite is selected and click the play suite button at the top of the katalon recorder.
How do you play all of the test suites?
Make sure the first test suite is selected and click the play all button at the top of the katalon recorder.
How do you speed up and slow down the speed that the katalon recorder plays the test cases.
Click on the speedometer icon in the top right of the katalon recorder and toggle the slider to the speed you would like.
How do you export the test suites into coding scripts?
Click on the export button at the top of the katalon recorder, then choose the format (programming language) you would like the script to be exported to, and either copy to clipboard or save script as.
How do you manually add a test step (command) in a test case?
You can either click on the plus icon in the test case window beside the garbage can icon, or right click inside the test case window and click add command from the dropdown menu. Then you have to manually pick what type of command you would like the create, and the target/value parameters if needed.
How do you verify a link in katalon?
when in record mode, right click on the link, click on the katalon recorder drop down item and then click on the VerifyText item.
How do you verify certain text on a page in katalon?
First highlight the appropriate text you would like to verify, then right click on the highlighted text, click on the katalon recorder drop down item and then click on the VerifyText item.
How do you edit or delete a test step (command) in a test case?
Right click on the test step (command) in the test case window, and click on either delete command or edit command, depending on what you would like to do.
How do you save a test suite?
Click on the 3 dots beside the test suite name, and click on the save