Google News
logo
Selenium - Interview Questions
What are Breakpoints and Start points in Selenium?
Break points : The flow of execution is stopped using the breakpoints. By doing this we can verify that the code is working in an expected manner or not.
 
Start points : The point from where the execution should begin is determined by the start points. When you want to run a test script from the middle of the code or a breakpoint, we use these.
Advertisement