May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Testing practices in Scrum methodology




Introduced by Hirotaka Takeuchi and Ikujiro Nonaka in 1986, Scrum is one amongst the most popular software development process methodology used for product as well as application development. It belongs to the family of agile software development methodologies, which has got many advantages over traditional methodologies. Scrum methodology not only offers flexibility and ease in [...]



What is the partition method in software testing?




Before the discovery of partition method for specifying and generating functional tests, generating tests was quite a headache. Without any convenient means, creating functional tests prove to a very laborious and time consuming process. In the method or technique of partition, the specifications of the software system or application are analyzed thoroughly, and then a [...]



What is meant by branch coverage or decision coverage? How is it calculated?




Code Coverage is a very important aspect when it comes to testing, although a number of people may not even have heard about it. It should not be ignored, instead attempts should be made to incorporate it as part of processes. There are practical difficulties – it requires a great deal of effort to understand [...]



What is the difference between static and dynamic testing?




Static testing and dynamic testing are one of the frequently discussed testing methodologies. Dynamic testing and static testing form two major and extremely important categories of software testing methodologies. Most of us are clear with the meaning of the terms “static” and “dynamic”. Keeping in mid the meaning of these terms, it is very easy [...]