Hello Friends,
This questions was a query from Mr. Kumar Akshat about decision coverage.
Begin
Read Time
If Time Less than 12 Then
Print(Time, "am")
Endif
If Time Greater than 12 Then
Print(Time 12, "pm")
Endif
If Time = 12 Then
Print(Time, "noon")
Endif
End
If the test cases Time=11 and Time=15 were inputs, what level of decision coverage would be achieved.
i) 100% or 6/6
ii) 50% or 3/6
iii) 67% or 4/6
iv) 83% or 5/6
To understand the basics of decision coverage : https://www.youtube.com/watch?v=nmmqn2Nire0&t=108s
Official Website : www.istqb.org
You can visit this official website of ISTQB for downloading the syllabus, sample paper, exam structure, etc.
Learn More about Testing
Testing In Nutshell - https://www.youtube.com/Testinginnutshell
Technical Vocabulary - https://www.youtube.com/channel/UChsU7ZAMRLPkMTpkGgya1fQ
Follow me at
Slideshare - https://www.slideshare.net/jannatindia
Facebook - https://www.facebook.com/rajtheburningdesire
LinkedIn - https://www.linkedin.com/in/neeraj-kumar-singh-0643998/
Quora - https://www.quora.com/profile/Neeraj-Kumar-Singh-90
#ISTQB #ISTQBSAMPLEQUESTIONS #ISTQBTUTORIALS