Архив метки: automation

Navigate back and forward in browser

Navigate back and forward in browser During automation, we are at times required to move back to the previous page or move forward to the next page in browser history. In this post, we will learn to perform these operations using driver.navigate command.

Stress Testing

Stress Testing While testing software applications, we often want to see, how an application behaves when put under extreme load conditions. The goal is to see the robustness and ability of an application to not crash and recover successfully after heavy load subsides. This