top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between Testing Techniques and Testing Tools?

+2 votes
2,351 views
What is the difference between Testing Techniques and Testing Tools?
posted Jul 3, 2016 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Testing technique: - Is a process for ensuring that some aspects of the application system or unit functions properly there may be few techniques but many tools.
Testing Tools: - Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing.

Software Testing Techniques are the software testing methods which is used to test specific aspects of the application. Tools are the means to test the software applying specific technique. For example, Performance Testing is the technique and LoadRunner/JMeter is the tool.

answer Jul 6, 2016 by Amit Kumar Pandey
...