Java vs Javascript
What is Jscript?
JavaScript(JS or JScript) is a client side programming language used to add
programming logic to web pages. This is how you can understand it. HTML is a
designing language and it only designs web pages. You cannot...
Wednesday, 21 August 2019
Monday, 12 August 2019
Exception handling in Java - handle exception in java
Exception handling in Java
Exception handling is a very important feature in Java. This
helps in handling bad user experience. Exceptions are run time errors.
Exception is a situation that stops the program while you are running. Just as
the amount of memory...
Categories:
Exception handling in java
exception in java
Friday, 9 August 2019
SDLC Phases : Software development life cycle
What is SDLC?
The full name of SDLC is software development life cycle. It is also called system development life cycle. SDLC
describes the life cycle of a software or system and SDLC is a process of how
system is developed. Software
development methodologies...
Manual Testing Tutorials - What is manual testing
What is Manual Testing?
Software testing is done to find the process or method of finding errors / errors in the software application or program known to enable the application to function according to the need of the end users. This is the prime responsibility...
Categories:
manual testing
manual testing jobs
qa testing
Saturday, 3 August 2019
Selenium with cucumber interview questions

Selenium with cucumber interview questions
Cucumber Interview Questions
This tutorial would be very useful for all the selenium automation tester out there who are planning to switch to another company or actively looking for a job change. As we all know that selenium...
Thursday, 1 August 2019
How to upload file in selenium - robot class and AutoIT
Upload file in selenium
This is the most frequent question how to upload file in selenium that we always have in selenium webdriver to upload files in upload section of a web page or a web form.We have mainly 2 method that we can use to upload file in web page.One method...