Keyboard Actions in Selenium WebDriver
Keyboard Actions in Selenium WebDriver In our beginner’s tutorials, we have seen the sendKeys() method which simulates the keyboard typing action on a textbox or input type element. But this method is not sufficient for handling complex keyboard actions. For this, Selenium has an Actions class which provides different methods for Keyboard interactions. In this… Читать далее »
Cross Browser Testing
What is a Test Case? How to write test cases?
JavascriptExecutor in Selenium WebDriver
Characteristics of Computer
What is Agile Testing – Features, Methods, Pros and Cons
Software Development Life Cycle
Software Development Life Cycle In the initial days of the software development life cycle, software used to be created using an Adhoc model – the ‘Build and fix’ model. In this model, the software application is created without any design specification. The development team builds the application and deliver it to the customer. The customer… Читать далее »
