What We Are Learn On This Post
24/7 Selenium Interview Questions
- How to Handle AJAX elements?
- What is a fluent wait?
- What is self-joins
- WAP Fibonacci program using Recursion
- WAP which give O/p : a2b2c3d2 for Input String Str=”aabbcccdd”. You have to check all the conditions so that the code can’t break.
- the internal architecture of HashMAP
- Constraints in SQL
- Why we used Maven
- How you will execute the scenario
- If you have 100 test script… if test case no. 61 pass the don’t run/execute test 62 to 67?
Good content,TQ
Someone please let me know how we achieve “if 61 cases is pass then dont execute cases 62 to 67”.I never face this scenario.
Thanks
I think while using TestNG, we can write the annotation @Test(enabled=”false”) for the test methods we want to skip.
To Skip inbetween test scripts, we have to add annotations as @Test(invocation count=0) or @Test(enabled=false)