Javascript Tutorial – Conditional Expression in Javascript

Conditional Expression in Javascript In our last session, We had discussed about Comparison Operators, that they return a true or false value, i.e. boolean value. We might get a question after that, what is the use of boolean values (true or false). One of the use of these boolean values is in Conditional expression. Now, … Read more

Javascript Tutorial – Operators in Javascript

Operators in Javascript What is Operators Operators are used to perform Operations. Now, we get a question, what is Operation. So, here are few example of Operations So, if you want to perform all these operation, you will need operators for that, and the Numbers or Variables, on which, you will perform, these operations, are … Read more

Javascript Tutorial – Data Types and Variables

Data Types and Variables Data Types What is a Data typeIt is made up of 2 words.Data+Typewhich means Type of Data.Let’s understand first, what is Data. Data means Information. Information about something. Let’s take an example of a Retail Store, So, when you go to a Retail Store like DMart or Wallmart or somewhere else, … Read more

Javascript Tutorial – Writing First Program

Writing First Program In our last session, We had discussed about Installation required in order to work with Javascript. In this session, We are going to write our first Javascript Program. So, We need an IDE to write Javascript Program, and we are going to use 2 types of IDEs for writing Javascript Programs. Writing … Read more

Javascript Tutorial – Installation

Javascript Tutorial – Installation We had seen introduction to Javascript in our last session, and we are going to see, installation required in order to work with Javascript programming. This is a 4 step process. Selecting an IDE – Download and Install We can either use an online IDE or we can download an IDE … Read more

Javascript Tutorial – Introduction to Javascript

Introduction to Javascript Javascript is a Programming Language. What is a Programming Language. As the name suggests, Programming Language is a language. What is Language and what is the use of Language. So, Generally, We know, Hindi, English are Languages, and these are used for communication, means if we want to talk to a person, … Read more

Selenium with Javascript – Relative XPath Part 2

Selenium with Javascript – Relative XPath Part 2 We had discussed about different type of Relative XPath in out last session, where we were writing xpath for a particular element based on the attribute and tag of the Element. So, we had seen different types of Relative XPath so that we can get a unique … Read more

Selenium with Javascript – Relative XPath Part 1

Selenium with Javascript – Relative XPath Part 1 Hi friends, So we are going to discuss about type of dynamics XPath or relative XPath in this session.in the last session we had discussed what is xpath and the type of XPath, and we found that we have 2 types of x paths We found that … Read more

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