In this post, I will describe different types of Static and Dynamic Software testing techniques. Static testing techniques include Walkthrough, Technical Reviews, Inspection and Static Code Analysis. Dynamic testing techniques include Equivalence partitioning, Boundary Value Analysis, Error guessing, State Transition Testing … [Read more...]
Low Level Disk I/O, Opening A File, Bitwise Operators In C
In this post, I will discuss about Low Level Disk I/O in C Programming, Low level disk I/O function has the below mentioned advantages, Using argc and argv, Standard I / O Devices in C programming, What is I/O functions Redirection and Bitwise Operators in C Programming. Low Level Disk I/O in C Programming: Using low level disk I/O data cannot be written as individual … [Read more...]
Website Testing Methods: Functionality, Usability, Interface
In this post, I will describe major web testing methods which are useful to test a website: Functionality Testing.Usability Testing.Interface Testing.Compatibility Testing.Performance Testing.Security Testing. 1) Functionality Testing Functionality testing involves testing of all the links shown are functional. Navigating to target pages. Test links will remain in … [Read more...]