how can i get the complete resources on how to use katalon and i also need help resolving the errors i get when i run/play the test after recording
@pratheepkumar42184 жыл бұрын
After two years you have done the good tutorial session. Can you explain login scenario of positive and negotiate scenario in one tutorial. Today also I saw the Facebook most of the beginning want to learn katalon but not have much tutorials.
@testmentor4 жыл бұрын
I think it depends on how do we define manual test cases and particular web application interfaces. We can use the verification keywords (e.g. "Verify Text Present") to verify the expected behaviors and messages. + Login success: Verify the text "Welcome [admin]" or "Dashboard...." to confirm your logged-in status. + Login failed: Verify the text: "Incorrect username or password"... depends on your application output, and there are a few more negative scenarios that should have. I recommend using a Data-driven test for all of these input scenarios without creating separate test cases.
@pratheepkumar42184 жыл бұрын
@@testmentor I'll try DDF instead of creating test case.
@ayanusmani8863 жыл бұрын
How do I use exported python code to execute my test cases independent to katalon ??
@tienle355g4 жыл бұрын
my verifyElementPresent step fails with "Unable to find the element located by 'By.xpath: va'. Please recheck the objects properties to make sure the desired element is located."