Category Archives: Tutorial

CSS Preprocessors

TutorialWeb Development

Comprehensive CSS Preprocessor Comparison: Sass vs LESS vs Stylus

It has been a while since the concept of CSS Preprocessor made its debut into the mainstay of front-end web development workflow and changed the way we code CSS.

November 28, 2019

view count213054 Views

Read time12 Min Read

NUnit Test Automation Using Selenium C# (with Example)

Selenium TutorialTutorial

NUnit Test Automation Using Selenium C# (with Example)

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial and Selenium NUnit Tutorial. C# is objected-oriented and provides all the popular features supported by OOPS namely encapsulation, polymorphism, and inheritance. Using C#, you can develop web-based, develop windows, and console applications.

November 6, 2019

view count114607 Views

Read time17 Min Read

How to Automate Registration Page Using Selenium And Java

AutomationSelenium TutorialTutorial

How to Automate Registration Page Using Selenium And Java

If you are just starting with Selenium automation testing of your product, the first page you would probably want to automate Registration page or Login Page. If you have an online platform like an ecommerce company or a Software-as-a-Service product, the Signup page acts as the door to welcome your web application visitors.

October 29, 2019

view count105707 Views

Read time15 Min Read

Selenium 4 Relative Locator

AutomationSelenium TutorialTutorial

How Selenium 4 Relative Locator Can Change The Way You Test?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Web pages can consist of the number of web elements or GUI elements like radio buttons, text boxes, drop-downs, inputs, etc. Web locators in the context of Selenium automation testing are used to perform … Continue reading How Selenium 4 Relative Locator Can Change The Way You Test?

October 23, 2019

view count198528 Views

Read time9 Min Read

How Smashtest Is Changing The Way You Write Selenium Tests?

Selenium TutorialTutorial

How Smashtest Is Changing The Way You Write Selenium Tests?

When it comes to automated website testing, one parameter that is extremely important is the intellect gathered from the output of your automation test execution i.e. number of bugs reported, percentage of pass/failed test cases, test coverage, etc.

September 5, 2019

view count71974 Views

Read time32 Min Read

Selenium Disabled JavaScript Settings : Automation Testing

AutomationJavaScriptSelenium TutorialTutorial

Automation Testing With Javascript Disabled in Selenium

Selenium has been a pinnacle for open-source software in the industry of automated website testing. The automation testing framework is widely adopted by the testing community to help them in automating interactions with their web-application for desktops.

August 29, 2019

view count224154 Views

Read time10 Min Read

Generating XML And HTML Report In PyUnit For Test Automation

AutomationSelenium TutorialTutorial

XML And HTML Report In PyUnit For Test Automation

Irrespective of the test framework being used, one aspect that would be of interest to the various stakeholders in the project e.g. developers, testers, project managers, etc. would be the output of the test results.

August 20, 2019

view count118173 Views

Read time12 Min Read

Selenium Automation Testing On Internet Explorer (IE) & Edge

Selenium TutorialAutomationTutorial

Selenium Automation Testing on Internet Explorer (IE) & Edge

Design and Usability are two important factors when you are building a consumer web product/web application. You might need to step into the shoes of the customers in order to tackle different usability problems.

August 12, 2019

view count98106 Views

Read time24 Min Read

Handling Multiple Browser Tabs With Selenium Automation Testing

Selenium TutorialTutorial

Handle Multiple Browser Tabs With Selenium Automation Testing

Automation testing with Selenium has been a lifeline in grooming budding automation testers into professionals. Selenium being open-source is largely adopted on a global scale. As a result of which you get huge support from the community.

July 15, 2019

view count86447 Views

Read time7 Min Read

Setup Selenium Grid For Parallel Execution In Different Browsers

AutomationSelenium TutorialTutorial

Selenium Grid Tutorial: Parallel Testing Guide with Examples

Unlike Selenium WebDriver which allows you automated browser testing in a sequential manner, a Selenium Grid setup will allow you to run test cases in different browsers/ browser versions, simultaneously. One of the reasons behind the huge popularity of Selenium is its capability to automate cross browser testing.

July 10, 2019

view count142596 Views

Read time10 Min Read