45,000 Jobs - Get an Interview Call,  Post Your Resume Here
SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




ISTQB Questions Papers

        

Reply
 
LinkBack Thread Tools Display Modes
Old 05-08-08, 05:06 PM   #31 (permalink)
Senior Member
 
mailramaa@gmail.com's Avatar
 
Join Date: Oct 2006
Location: Pune
Posts: 199
Thanks: 20
Thanked 41 Times in 26 Posts
Rep Power: 9 mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light
Re: ISTQB Questions Papers

Can any one answer for this question i had a doubt in this, i request anyone to suggest for the below question please :)

Which of the following is NOT included in the Test Plan document of the Test Documentation Standard:
a) Test items (i.e. software versions)
b) What is not to be tested
c) Test environments
d) Quality plans
e) Schedules and deadlines

I think Option D is the correct answer, As Quality plans( I suppose this is related to Process) is not done by Testing Team, Its done by QA Team. So it will not come under a Test Plan.

And also as per IEE 829..please refer TEST PLAN which provides all the Items under a Test plan briefly!

Do u Agree?

__________________
Regards,
Rama
" Failure is the oppurtunity to begin again, more Intelligently! "
mailramaa@gmail.com is offline Offline   Reply With Quote
Old 05-08-08, 07:42 PM   #32 (permalink)
Junior Member
 
raakeysh's Avatar
 
Join Date: Jul 2008
Posts: 18
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 2 raakeysh is on a distinguished road
Re: ISTQB Questions Papers

Quote:
Originally Posted by mailramaa@gmail.com View Post
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print “Large”
ENDIF
If P > 50 THEN
Print “P Large”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage, 1 for branch coverage
d) 2 tests for statement coverage, 3 for branch coverage
e) 2 tests for statement coverage, 2 for branch coverage

Answer:
I think
"1 test for statement coverage, 2 for branch coverage" Option "b" is the correct answer,
Any suggestions?

Hi Rama,

I think the correct answer is
c) 1 test for statement coverage, 1 for branch coverage
Explaination -
1. consider value for p = 60 (which is greater than 50, that fulfills 2nd condition)
2. Consider value for Q = 50 (Which fulfills 1st condition, P+Q > 100)

So single test case would cover all statements and all branches.
Please correct me. if I am wrong.
raakeysh is offline Offline   Reply With Quote
Old 06-08-08, 02:52 PM   #33 (permalink)
Senior Member
 
mailramaa@gmail.com's Avatar
 
Join Date: Oct 2006
Location: Pune
Posts: 199
Thanks: 20
Thanked 41 Times in 26 Posts
Rep Power: 9 mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light mailramaa@gmail.com is a glorious beacon of light
Re: ISTQB Questions Papers

Rakesh,

First lets identify the number of branches in the code.. i think True and false are 2 branches.

As you said, P = 60 and Q = 50 checks only the True conditions of both the IF statements.This is only 50% coverage.

So what happens to false condition? that branch is not tested.
That is when P = 55, Q = 40 satisfies the false condition of both the If statements.

So, when P = 55, Q = 40 we can check if the system skips the PRINT statements thereby comlpeting the entire baranches (100% branch coverage!) So we need 2 test cases for branch coverage and one for statement coverage.

Is the explanation OK?? Any inputs?
__________________
Regards,
Rama
" Failure is the oppurtunity to begin again, more Intelligently! "
mailramaa@gmail.com is offline Offline   Reply With Quote
The Following User Says Thank You to mailramaa@gmail.com For This Useful Post:
raakeysh (13-08-08)
Old 12-08-08, 12:51 PM   #34 (permalink)
Junior Member
 
Join Date: Aug 2008
Posts: 2
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 2 manjulagarg is on a distinguished road
Re: ISTQB Questions Papers

Which of the following is NOT included in the Test Plan document of the Test Documentation Standard:
a) Test items (i.e. software versions)
b) What is not to be tested
c) Test environments
d) Quality plans
e) Schedules and deadlines


Ans is d) Quality Plans

Regards,
Manjula

Last edited by manjulagarg; 12-08-08 at 12:53 PM..
manjulagarg is offline Offline   Reply With Quote
The Following 2 Users Say Thank You to manjulagarg For This Useful Post:
Asif jamal (25-08-08), raakeysh (13-08-08)
Old 13-08-08, 11:50 AM   #35 (permalink)
Junior Member
 
raakeysh's Avatar
 
Join Date: Jul 2008
Posts: 18
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 2 raakeysh is on a distinguished road
Re: ISTQB Questions Papers

Ramaa,

Got it now!!!

Thanks..
__________________
Regards,
Rakesh
raakeysh is offline Offline   Reply With Quote
Old 13-08-08, 12:22 PM   #36 (permalink)
Junior Member
 
raakeysh's Avatar
 
Join Date: Jul 2008
Posts: 18
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 2 raakeysh is on a distinguished road
Wink Re: ISTQB Questions Papers

Thanks for ur reply Manjula!!!
__________________
Regards,
Rakesh
raakeysh is offline Offline   Reply With Quote
Old 18-08-08, 11:44 AM   #37 (permalink)
Junior Member
 
raakeysh's Avatar
 
Join Date: Jul 2008
Posts: 18
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 2 raakeysh is on a distinguished road
Re: ISTQB Questions Papers

11
__________________
Regards,
Rakesh

Last edited by raakeysh; 18-08-08 at 11:45 AM.. Reason: duplicate
raakeysh is offline Offline   Reply With Quote
Old 22-08-08, 02:49 PM   #38 (permalink)
Junior Member
 
Join Date: Aug 2008
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 devanand.ng is on a distinguished road
Re: ISTQB Questions Papers

Quote:
Originally Posted by wilfeevans View Post
Hi all,

Can anyone answer the below question and kindly explain ur answer so my doubt would get clarified

In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free. The next £1500 is taxed at 10%
The next £28000 is taxed at 22%
Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?

a) £4800; £14000; £28000
b) £5200; £5500; £28000
c) £28001; £32000; £35000
d) £5800; £28000; £32000
1)Which of the following is NOT included in the Test Plan document of the Test Documentation Standard:
a) Test items (i.e. software versions)

b) What is not to be tested
c) Test environments
d) Quality plans
e) Schedules and deadlines

Ans : Quality Plans

2)In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free. The next £1500 is taxed at 10%
The next £28000 is taxed at 22%
Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?
a) £4800; £14000; £28000

b) £5200; £5500; £28000
c) £28001; £32000; £35000
d) £5800; £28000; £32000

Ans: d) £5800; £28000; £32000

Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print “Large”
ENDIF
If P > 50 THEN
Print “P Large”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage, 1 for branch coverage
d) 2 tests for statement coverage, 3 for branch coverage
e) 2 tests for statement coverage, 2 for branch coverage
Ans :b) 1 test for statement coverage, 2 for branch coverage

devanand.ng is offline Offline   Reply With Quote
Old 26-08-08, 03:20 PM   #39 (permalink)
Junior Member
 
Join Date: Aug 2008
Age: 29
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 2 bhanu_bp7 is on a distinguished road
Re: ISTQB Questions Papers

How it will satisfy if p=10 and q=50+
bhanu_bp7 is offline Offline   Reply With Quote
Old 01-09-08, 11:07 AM   #40 (permalink)
Junior Member
 
Join Date: Aug 2008
Age: 26
Posts: 1
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 quasarsathesh is on a distinguished road
Re: ISTQB Questions Papers

Quote:
Originally Posted by wilfeevans View Post
Hi all,

Can anyone answer the below question and kindly explain ur answer so my doubt would get clarified

In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free. The next £1500 is taxed at 10%
The next £28000 is taxed at 22%
Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?

a) £4800; £14000; £28000
b) £5200; £5500; £28000
c) £28001; £32000; £35000
d) £5800; £28000; £32000
answer is (D)
quasarsathesh is offline Offline   Reply With Quote
Old 01-09-08, 01:59 PM   #41 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 2 shilpa nasare is on a distinguished road
Post Re: ISTQB Questions Papers

Quote:
Originally Posted by wilfeevans View Post
Hi All,

Can any one answer for this question i had a doubt in this, i request anyone to suggest for the below question please :)

Which of the following is NOT included in the Test Plan document of the Test Documentation Standard:
a) Test items (i.e. software versions)
b) What is not to be tested
c) Test environments
d) Quality plans
e) Schedules and deadlines

Regards,
Wilfred

d)Quality plans
shilpa nasare is offline Offline   Reply With Quote
Old 10-09-08, 05:51 PM   #42 (permalink)
Junior Member
 
Join Date: Sep 2008
Age: 29
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 harshab is on a distinguished road
Re: ISTQB Questions Papers

can u please tell me how i register for exam in from pune maharashtra india?
harshab is offline Offline   Reply With Quote
Old 10-09-08, 09:24 PM   #43 (permalink)
Junior Member
 
raakeysh's Avatar
 
Join Date: Jul 2008
Posts: 18
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 2 raakeysh is on a distinguished road
Re: ISTQB Questions Papers

Quote:
Originally Posted by harshab View Post
can u please tell me how i register for exam in from pune maharashtra india?
Use this link buddy

Welcome to Indian Testing Board : Exam Dates
__________________
Regards,
Rakesh
raakeysh is offline Offline   Reply With Quote
Old 14-09-08, 05:53 PM   #44 (permalink)
Junior Member
 
Join Date: Aug 2008
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 krushitha.bm is on a distinguished road
Re: ISTQB Questions Papers

Hi All,

Answer is B,as 1 testcase is enough for full statement coverage.


Quote:
Originally Posted by mailramaa@gmail.com View Post
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print “Large”
ENDIF
If P > 50 THEN
Print “P Large”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage, 1 for branch coverage
d) 2 tests for statement coverage, 3 for branch coverage
e) 2 tests for statement coverage, 2 for branch coverage

Answer:
I think "1 test for statement coverage, 2 for branch coverage" Option "b" is the correct answer,
Any suggestions?
krushitha.bm is offline Offline   Reply With Quote
Old 15-09-08, 03:15 PM   #45 (permalink)
Junior Member
 
Join Date: Sep 2008
Age: 33
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 visukonidela is on a distinguished road
Thumbs up Re: ISTQB Questions Papers

Quote:
Originally Posted by wilfeevans View Post
Hi all,

Can anyone answer the below question and kindly explain ur answer so my doubt would get clarified

In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free. The next £1500 is taxed at 10%
The next £28000 is taxed at 22%
Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?

a) £4800; £14000; £28000
b) £5200; £5500; £28000
c) £28001; £32000; £35000
d) £5800; £28000; £32000

Ans: d
visukonidela is offline Offline   Reply With Quote
Reply

Tags
istqb , papers , questions


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
tips for interview ozobalu HR Questions 13 14-11-09 01:50 AM
Interview Questions Pink Other Queries 21 04-11-09 03:33 PM
must read all UG students!!!!!!!!!!!!! sanjay Other Queries 16 07-02-09 02:31 PM
Dug it yathish Companies Info & Recruitment Process 4 10-09-08 05:25 PM


All times are GMT +6.5. The time now is 06:36 AM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.0