Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

1 like 0 dislike
3.0k views
by
edited by

What is Software Testing?

I am starting out a career in Software Testing. I am seeing standard defination from wikipedia as

Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test.

-Wikipedia (https://en.wikipedia.org/wiki/Software_testing)

Can you tell me in your words, what is software testing?

14 Answers

0 like 0 dislike
by Contributing Tester (13 points)

Like the name says, perform tests on the software to find out if the software is working fine, as expected in the requirements. For example if the software is a peace of code to receive an ID number and then display the info of a person, the minimal tests to perform are: 1. Write a real ID and compare the results that must be real, 2. Write a non existing ID and get a message of ID not found, 3. Write invalid characters and expect that the program don't fail but shows error of bad characters, 3. Write an ID with many many numbers all the numbers that receive the program and check if this is allowed or not and what response appears, 4. Hit enter or search with no ID.

Learn more about Software Testing.

0 like 0 dislike
by Contributing Tester (79 points)

Software Testing is defined as an activity to check whether the actual results match the expected results and to ensure that the software system is Defect free. It involves the execution of a software component or system component to evaluate one or more properties of interest. Software testing also helps to identify errors, gaps, or missing requirements in contrast to the actual requirements. It can be either done manually or using automated tools. Some prefer saying Software testing as a White Box and Black Box Testing.

Why Software Testing is Important?

Software Testing is Important because if there are any bugs or errors in the software, it can be identified early and can be solved before delivery of the software product. Properly tested software product ensures reliability, security and high performance which further results in time saving, cost effectiveness and customer satisfaction. You can use a platform like QAppAssure which allows you to test on-cloud and on-field devices, across 100+ device, make and models, Integrate with Jira, CI/CD tools, and also use Appium, Calabash, Espresso, UIAutomator, XCUITest. You can run unlimited parallel tests with the free trial pack.

0 like 0 dislike
by

Software testing is the process of verifying a system with the purpose of identifying any errors, gaps or missing requirement versus the actual requirement. Software testing is broadly categorised into two types - functional testing and non-functional testing.

Regards : Software testing course in pune

0 like 0 dislike
by

Software Testing is a process of evaluating the functionality of a software application to find any software bugs. It checks whether the developed software met the specified requirements  and identifies any defect in the software in order to produce a quality product. It is basically executing a system in order to identify any gaps, errors, or missing requirements in contrary to the actual requirements.

It is also stated as the process of verifying and validating a software product. It checks whether the software product:

    • Meets the business and technical requirements that guided its design and development
    • Works as per the requirement
    • Can be implemented with the same characteristics


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...