Selenium with Javascript – XPath Introduction

XPath Introduction Hi friends so we are going to see XPath today in this session. What is XPath We had discussed about 8 types of Locators in our earlier session of Selenium, and XPath is one of those Locators. So, XPath is a Locator, which helps in locating Elements. XPath is called as xml path … Read more

Selenium with Javascript – WebElements, Tags, Attributes

WebElements, Tags, Attributes We are going to discuss about WebElements, Tags, Attributes in this session. WebElements Let’s talk about the WebElement first. If suppose, we have to login to our email or any eCommerce Website, then we need to enter username and password in the respective fields and then, we need to click on the … Read more

Selenium with Javascript – Accessing different Elements

Selenium with Javascript – Accessing different Elements We had discussed about Locators in our last session, So we know that we can use Locators to access or locate different type of Elements. Now, we get a question, that how many types of Elements, do we have in a Web Application, and the answer is, there … Read more

Selenium with Javascript – First Test Script

Write and run test scripts in Selenium with JavaScript Creating First Test We should have a little bit javascript knowledge. Now, Let’s write our first test script. In this first test script, We will only see, How can we launch a Browser and How can we navigate to our applicate in the browser using Selenium … Read more

Selenium with Javascript – Installation

Selenium with Javascript – Installation We have got an introduction to Selenium and Javascript in our previous session, and we are going to see the installation part in this session. So, the softwares, we need to install or configure in order to work with Selenium with Javascript are So, we are going to see, each … Read more

Selenium with Javascript – Introduction

Introduction In this session, We are going to start our tutorial for Selenium with Javascript. So, In this session, We are going to discuss, what is Selenium, what is javascript, and which IDE, are we going to use in our project. So this is going to be a kind of Introduction to Selenium with Javascript. … Read more

Performance Testing

Performance Testing What is Performance Testing Performance Testing is a type of Testing, where we check the performance of the Software Application. Now, What are the factors that we need to test to decide, whether the Performance of the Software Application is good or not. The Factors are following Type of Performance Testing There are … Read more

Positive Testing and Negative Testing

Positive Testing and Negative Testing Example of Positive and Negative testing Example 1 Let’s see our first example Let’s assume that we have a field in a website that accepts  So, If we write test cases using Test Case Design Technique, then we can use 2 Techniques As per Boundary Value Analysis, There will be … Read more