Uncategorized

End to End process of Web Application Development in nine easy steps

1. Select a Programming Language Software development in any organization starts with selecting a programming language for coding the application. Either the client could suggest the programming language in which he/she wants their project to be coded or the development team could also be the decision maker on which programming language is best to use. […]

End to End process of Web Application Development in nine easy steps Read More »

Inside look at the job description for various software testing roles

Attached below are three Microsoft word documents containing the job descriptions for various software testing roles that organizations use for their internal purposes. By going through these documents you will be able to understand not only the job responsibilities for various software testing roles but also the key performance indicators for each role. Key performance

Inside look at the job description for various software testing roles Read More »

What is the difference between manual testing and automation testing

As the name suggests manual testing is performed without the help of any tools whereas automation testing is performed with the help of automation testing tools. Some testing types can’t be performed manually so an automation testing tool is definitely required in such cases, for example performance testing can’t be performed manually so a tool

What is the difference between manual testing and automation testing Read More »

How to perform functional testing of login functionality in any application?

1. 8 combinations of email address/mobile number and password should be tested namely: a. Correct email address and correct password b. Correct email address and incorrect password c. Incorrect email address and correct password d. Incorrect email address and incorrect password e. Correct mobile number and correct password f. Correct mobile Number and incorrect password

How to perform functional testing of login functionality in any application? Read More »

Functional testing of Signup functionality in any software application

1. First of all go through the Database Design Document to understand the application from the database perspective. You should know which of the fields are mandatory for the user inputs in the Signup page, you also need to know the details such as what type of text is allowed in the textbox?, What is

Functional testing of Signup functionality in any software application Read More »

What is Software Testing and why is it required?

Software testing is the process of inspecting the software with the intention to find bugs. When developers code, they usually make some mistakes like they forget to implement the business requirement or they implement the business requirement in an incorrect way or they implement the business requirement in a correct way but coding itself is

What is Software Testing and why is it required? Read More »