Skip to main content

Posts

Showing posts from May, 2016

What is Testware?

Testware is a subset of the software for software testing. Testware includes all materials that needed for testing the software. The material are Test Plan, Test Cases, Design Document, Requirement Documents, Test Script, Test Input, Expected Results, Database, Environment, Files and other utilities and software that needed for testing the software.

Component Testing

Component Testing is the way to testing the individual component separately. Component Testing is also called module testing or program Testing. Suppose any system have 5 components then all 5 component tested separately with efficiency called Component Testing.

Use Case Testing

Use Case Testing is the type of Black Box Testing in which Testers can understand the Test Scenario and check the all Business Transaction (Test Cases) step by step from start to finish.  This is Functional Testing type. In Use Case Testing there is an actor who perform all the Test Cases over the system so Use Cases testing is the interaction between the actor and the system.

Type of Reviews

In Software Testing Review is very important way to improve the quality of the software. In this method defects identifies in very early stage of SDLC so it is very easy to fix them and it is very cost effective.

Impact Analysis

Impact Analysis analyses the import on software when the changes deploy over the software.  Impact Analysis mentioned to perform Regression Testing while changes deploy over the software and some part of software unintentionally failed.

Independent Testing

Independent Testing is to corresponding the Testing Team which is independent from the developer to avoid author bias so that independent team is able to find more defect. This Independent Testing is more effective because the testing team is totally independent so they will perform test without any guidance and execute test as they want so the probability of finding defects is more.

JMeter First Script to check the Performance

Now suppose i want to check the performance of any website then following will be the procedure to check the basic performance test.

How to work with JMeter

JMeter is the automated software by using it we can perform non functional testing like Performance Testing, Load Testing  and Stress Testing. In JMeter user can run the script of business transactions and check the performance of the system.

Security Testing

Security Testing is the process in the Information system to protect data and the functionality should work as required. Security Testing is to protect the data from unforeseen(Intensional or Unintentional) actions or stop functioning. Confidentiality, Integrity, Authentication, Availability, Authorization and  non-repudiation are teh specific element for the Security Testing

API Testing

API is the communication and data exchange system between the different software. API defines that how one software interact with the another software. A Software have many function and when these functions are called from another software then we call it API. API stand for Application Programming Interface.