Posts

Showing posts from November, 2017

Sample Questions and Approach to Solve them

Image
Critical chapter of Foundation syllabus is Test design Technique. So, i want to start from there. Calculate Statement, Branch/Decision and Path coverage for code below ? Read X,Y; If (X>Y) Then print" X is greater"; End If If (X+Y > 100) Then print "large";    If (Y == 50)     Then print "X should be more than 50";    End If End If Answer:  Lets draw flow diagram for this code which will help us solve the problem easily. Statement Coverage: Now, lets calculate statement coverage, find out the shortest path covering  all nodes . If we consider exam above. Then Statement Coverage = 1A- 2C- 3D -4F -5G-6I-7J-K So, traversing in one path all the nodes are covered. Hence statement coverage in this case is 1. Branch Coverage: To calculate Branch/decision coverage we need to find out minimum number of paths covering  all the edges.  In this case, with path 1A-2C-3D -4F -5G-6I-7J-K maximum number of edges can be covered howev

How to crack ISTQB Certification Exam in first attempt!

ISTQB Certification exam..... Why do you want to get certified ? have you ever thought about this! If one answers this as  "Just for sake of having certificate!" then I would say this is not the blog to read!!! If you are interested to learn more about Test Design Techniques, How to apply them when you are designing test cases, to have confidence that you are Certified Test Professional with strong hold on testing concepts and finally to stand out among your colleagues then you are at the right place. In this blog I would be giving  information  about: ISTQB Exams How to prepare for exams and crack exam in first attempt Sample questions with step by step approach to solve the questions Dumps Final Exam Preparation and Tips Ok, Lets get started then :) ISTQB provides certification exams at different levels, if you want to get idea about this right place to look is " official w ebsite " So, you are right. irrespective of your experience you need to