I am working towards attaining the Practitioner level, professional and expert level - where I am only left to do the following
Execute tests on TestCloud through TestOps,
Test tunnel configuration to execute in the private domain
Types of automation(web,mobile,API,Desktop). (created an API project and executed it in the test cloud)
I have given it a go.
I have connected GitHub to my Katalon project.
Then, I ran API and web test cases by scheduling on TestOps by connecting the Git Repository and filling out the Test environment details.
I went to the Test Run List under Execution in TestOps to verify the test was run successfully - and it did. PFA, Practitioner
@viet.nguyen sure, I will wait for a couple of days for the same. in the meantime, I have created more than 1K plus mobile test cases from 2019 to till date. the same is also not updated in the certification progress.
why the mobile test cases are not updated in the certification progress?
Any criteria is there to take mobile test cases into consideration?
since our mobile APK depends on VPN and local network I never executed mobile test cases on TestOps before.
Hi @bharathi.a. We checked again and your dashboard updated the requirements for TestCloud and TestCloud Tunnel. Can you check and confirm? You are just 2 criteria away from getting the Professional and Expert level certificates.
Please note that the dashboard only updates the maximum number that is equal to the number you need to meet a requirement.
Hi, to meet the “types of automation” requirement, try to use differnet built-in keywords in the Keyword Browser in Katalon Studio to create test cases in Katalon Studio.
Hi @bharathi.a, this requirement is aimed to guide users to use different keyword types for different testing types. My guess is you’re using only keywords for Mobile testing. You should use other keyword types to test other applications. Turn to Script Mode and see what types of keywords you’re using:
Mobile.startApplication(GlobalVariable.APK_Path, false)/Mobile.startApplication(GlobalVariable.APK_Path, true) Mobile.tap() all methods under mobile keywords
Don’t believe me pls check the screenshots below.
Hello, I don’t know why you’re laughing . I’m aware that you have created tons of mobile test cases (so I expected you have used a lot of Mobile keywords). Like @bionel said, please try other types of keywords like WebUI and WS to meet the criteria.
I suppose if you create some simple testcases for WS, e.g make some API calls to https://reqres.in/ and do some verification (status code whatever) you will fulfill that part.
For WebUI … up to u, write some simple testcases, e.g to search something on google.
Please create 3 simple test cases for WS, Web, and Mobile (using the respective keywords in the Keywords Browser) in Katalon Studio and run them via Katalon Studio (please don’t use sample projects or tests since they don’t count).