Updated on: 19th Sep 2020

What is Angular?

Ratings()

Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript. It implements core and optional functionality as a set of TypeScript libraries that you import into your apps. The architecture of an Angular application relies on certain fundamental concepts. The basic building blocks are NgModules, […]

Read More

Updated on: 18th Sep 2020

How to Handle Actions Class in Selenium WebDriver?

Ratings()

To test an application, one needs to perform a number of user actions on it. To perform any operations on the web application such as double-click, selecting drop-down boxes, etc. the actions class is required. This article discusses how to handle the action class in Selenium. What is Action Class in Selenium? Actions class is […]

Read More

Updated on: 18th Sep 2020

Waits in Selenium WebDriver

Ratings()

The wait functions are essential when it comes to executing Selenium tests. They help to observe and troubleshoot issues that may occur due to variation in time lag. In automation testing, wait commands direct the test execution to pause for a certain length of time before moving onto the next step. This enables WebDriver to […]

Read More

Updated on: 18th Sep 2020

Select Class in Selenium WebDriver

Ratings()

Select is a class provided by Selenium which is used to work with a dropdown element. The select class allows us to select an element from the drop-down and lists that are created with the HTML <select> element. The select class is present in org.openqa.selenium.support.ui package. It extends object class and implements the ISelect interface. […]

Read More

Updated on: 18th Sep 2020

Exception Handling in Java

Ratings()

1.What Is It? To better understand exceptions and exception handling, let’s make a real-life comparison. Imagine that we order a product online, but while en-route, there’s a failure in delivery. A good company can handle this problem and gracefully re-route our package so that it still arrives on time. Likewise, in Java, the code can […]

Read More

Updated on: 18th Sep 2020

Java BASIC Programs

Ratings()

Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to […]

Read More

Acte Technologies WhatsApp