Free Courses Give Away | Software Testing | Udemy

 1) Selenium with C# and Java Titbits

Selenium with C# and Java Titbits

Description

The Selenium Titbits video series is for individuals who wish to learn more about the fundamentals of Selenium.

This series is aimed to help you grasp Selenium's inner workings as well as some of the nitty-gritty details you'll need to know while working on larger Selenium projects (say framework development).

What you’ll learn

Start understanding Selenium Webdriver basics very clearly

Work with various features available with Selenium

Explore the most frequently asked questions in Selenium Webdriver 

Who this course is for

This course is for everybody who wants to learn Selenium from ground up

This course will help leverage one to get hold of some of the routine task done in selenium day in and day out.


2) Test Data Generation for Selenium and Appium

Test Data Generation for Selenium and Appium

Description

Both human and automated testing require large amounts of test data. When opposed to automation testing, however, if the test data changes in manual testing, it is not a significant deal. Because the tester is aware that the data changes and has sufficient application knowledge, he can change/create the data in manual testing. However, when it comes to automation, the tool cannot have this level of information or knowledge. We can utilize various third-party APIs to produce random, unique test data or false data to circumvent these concerns.

What you’ll learn

Can generate random and unique Test Data using third party APIs in Java and C# for Selenium and Appium to test the application properly.

How to use Random class to generate unique random test data in Java and C#.

How to use FAKER API to generate unique random test data in Java.

How to use JFAIRY API to generate unique random test data in Java.

How to use FABRICATOR API to generate unique random test data in Java.

How to use FAKER API to generate unique random test data in C#.

How to use BOGUS API to generate unique random test data in C#.

 

Who this course is for

People already working with Selenium and who are interested to learn automation tool like Selenium.

People already working with Appium and who are interested to learn automation tool like Appium.

 

 3) A Glimpse into the technology agnostic tool - Selenium

A Glimpse into the technology agnostic tool - Selenium

Requirements

Knowledge of functional testing and basic programming experience in any language. Idea of what unit testing is all about.

Description

The beauty of selenium is, that it supports itself getting programmed on any programming language as long as its drivers are available in it.

It runs tests on any browser as long as they are w3C compliant

And it executes on any operating system.

In this talk we will understand to look at Selenium as a web browser driving tool, which it is actually. We will understand that it doesn't matter which programming language you use, the concepts around all languages and their unittest remains the same.

Languages covered - Java, C#, Python, Ruby and JavaScript.

Browsers - Chrome and Firefox

OS for demo - Windows.

Who this course is for:

Anyone who wants to know about the power of the web driving tool Selenium

 

 4) Seleniumw with C#- A Demo Lab

 


Requirements

Testing and knowledge of c# language

Description


C# is a famous object oriented programming language. It has a syntax similar to that of java. And it is one of the languages from the visual studio pack.

Selenium is a popular open source solution to drive the browser.

It works on all browsers

Selenium with java is very popular, and so is selenium implementation with python

Recently selenium implementation with c# is also on a significant rise

In this hands on session we learn how to get start with selenium using csharp as a language

Webdriver is a nuget package in c# context and is required when we make a project of it

Selenium allows us to drive any browser library whether chrome, Firefox, i.e., edge, safari, headless

The three important libraries of selenium Webdriver, web element and locator have similar functions across any language.

We first create a Webdriver object for the Browser which we want to invoke for driving the test on

And then use the locator class to find the object which is the web element object.

Once the web element object is identified we use the functions available with the web element class

To perform the operation on the object

The selenium with c# hands on session allows you to get started on selenium using c# as a programming language

Who this course is for:

·         testers

Post a Comment

0 Comments