HI Experts,
**Improvement 1 : **
This is pain point for many people that once we have test suite let say with 50 test cases, and if once of them fails, then it rerun only after test suite completes,
Suggestion is that katalon should allow that test case to run again just after it failed and then should move to next test case in the suite
**Improvement 2:
**
Also, we are able to create batch file to run katalon suites and collection but we are not able to schedule it to run on need basis.
Katalon should provide a way to schedule the run
Fixing these 2 will really help Katalon users and make the took more efficient
**Improvement 1 : **
Suggestion is that katalon should allow that
test case to run again just after it failed and then should move to next
test case in the suite
That sounds like a good idea.
Improvement 2:
Katalon should provide a way to schedule the run
I hope Katalon NEVER does this. This is a job for the underlying OS, not Katalon. Use Task Scheduler/Cron jobs for scheduling.
@Russ Thomas
Why is #2 a bad idea? Did you have any negative experiences with this?
I didn’t actually say it was a bad idea… but yeah, perhaps I implied it.
Yes, Telerik Test Studio. I’d hate to see Katalon become as bloated (and cumbersome/useless) as TTS.
Russ Thomas said:
I hope Katalon NEVER does this. This is a job for the underlying OS, not Katalon. Use Task Scheduler/Cron jobs for scheduling.
The all caps part gave you away. :#
Guys, I tried scheduling it from os level. scheduling is running fine but all test cases are failing in that
but if i run the same script manualy , all test cases pass
Can someone please help ?