Skip to main content

Posts

Showing posts from July, 2015

Purpose of Security Testing in IT Industries

What is security testing? Security testing is process to check that an information system assists data and maintains functionality. Security testing is basically to check the application data is secured or not. Checking whether there is any data leak. Find out all the possible ambiguities and weaknesses of system. Purpose of security testing Basic function of security testing is to describe the exposures and afterwards repairing them. Security testing services in improving the organization and also helps in securing that the system will work for longer time.  Security test helps in checking loopholes that can affect loss of important data.    Six basic security concepts Confidentiality-controlling data is approachable only for those who authorized access and to keep data theft.  Integrity-A measuring out intends to allow to receiver to decide that the data which it is allowing for is correct. Authentication-the process of building the identity of the ...

How to Perform Functional Testing and Unit Testing

Functional Testing: Functional Testing is performed to verify application functionality correctly working or not. Functions correctly according to design specification, text input, test dealing (copy, paste and editing), string dealing, etc. Functionality Testing requires validating that an application program follows its stipulations and right executes all its involved functions. It implies a serial of tests which perform a feature-by-feature validation of behavior, using a broad range of normal and wrong input data. Some functional testing techniques include smoke testing, white box testing, unit testing and user acceptance testing etc. Types of Functional Testing: Functional testing defines in to two forms: 1. Positive functional testing: - This testing expect working out the application’s functions with valid input data and also verifying that the outputs results are correct or not. 2. Negative functional testing: - This testing requires working out application func...

Why Driven Testing Important for every Software Tester

Context driven testing, Tester have to set their own path to complete their testing objectives, Test product, test documentation and test deliverable. The meaning of context-driven testing is project capture application of skill and opinion. Tester start testing with context driven testing it is very easy to understand and test application, therefore testing is a human activity that involves a great deal of skill to do well. The context-driven software testing methodological analysis indicates for continuous and creative valuation of testing opportunities. A tester always wants to do testing with context driven testing. It’s a very good practice to hands of explore and able to be proud of that work.   Why we need context driven testing- Context driven methodology like as agile process. Agile methodology generally depends on all-inclusive of unit tests. But in context driven testing, tester have to knowledge on unit testing as well testers will change, In context driven te...