| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines Get World's Shortest Email Id |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Oct 2006
Posts: 125
Thanks: 36 Thanked 139 Times in 39 Posts Thanks: 36
Thanked 139 Times in 39 Posts
Rep Power: 17
|
ISTQB Questions Papers
ISTQB Questions Papers
__________________
To the optimist, the glass is half full. To the pessimist, the glass is half empty.To the good tester, " the glass is twice as big as it needs to be " Last edited by RisingSun; 18-02-08 at 10:50 AM. |
|
|
|
| The Following 13 Users Say Thank You to das.testing For This Useful Post: |
AjayKumar.Kataram (04-07-08),
anshugh (22-09-08),
cplondon9 (10-04-08),
harish008 (01-09-08),
mvithiyadharan (27-08-08),
nash2home (09-09-08),
natyashree avinash (25-03-08),
renukarth (10-03-08),
renukavemuri (19-03-08),
safease (30-08-08),
sumanth.sreejith (26-04-08),
suresh_m1729@yahoo.co.in (21-08-08),
tewkesbury (25-09-08)
|
|
|
#6 (permalink) |
|
Junior Member
Join Date: Apr 2008
Posts: 9
Thanks: 0 Thanked 1 Times in 1 Posts Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
|
Re: ISTQB Questions Papers
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 |
|
|
|
|
|
#7 (permalink) | |
|
Don
Join Date: Apr 2008
Location: Pune
Age: 28
Posts: 2
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
|
Re: ISTQB Questions Papers
Quote:
|
|
|
|
|
|
|
#8 (permalink) |
|
Junior Member
Join Date: Apr 2008
Posts: 9
Thanks: 0 Thanked 1 Times in 1 Posts Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
|
Re: ISTQB Questions Papers
Hi,
The answer u had given is wrong it is not "Test Environment" because test environment is included in test plan Can any pls answer for this Regards, Wilfred |
|
|
|
|
|
#9 (permalink) |
|
Junior Member
Join Date: Apr 2008
Posts: 9
Thanks: 0 Thanked 1 Times in 1 Posts Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
|
Re: ISTQB Questions Papers
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 |
|
|
|
|
|
#11 (permalink) | |
|
Junior Member
Join Date: Dec 2007
Age: 27
Posts: 14
Thanks: 9 Thanked 1 Times in 1 Posts Thanks: 9
Thanked 1 Time in 1 Post
Rep Power: 1
|
Re: ISTQB Questions Papers
Quote:
Second slab ends at £4000 + £1500 = £5500 Third slab ends at £5500 + £28000 = £33500 So d. will be correct answer as all the given salaries are between 5500 and 33500. Any comments welcome. |
|
|
|
|
|
|
#14 (permalink) |
|
Junior Member
Join Date: Apr 2008
Posts: 9
Thanks: 0 Thanked 1 Times in 1 Posts Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1
|
Re: ISTQB Questions Papers
Can any one answer for the below question and explain how does u had selected that anser so that i could get clarified
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 |
|
|
|
| The Following User Says Thank You to wilfeevans For This Useful Post: |
k_bhavna_84 (07-10-08)
|
|
|
#15 (permalink) |
|
Junior Member
Join Date: May 2008
Posts: 2
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
|
Re: ISTQB Questions Papers
I think the answer is E as 2 testcase required for branch coverage. According to this code and options provided, it is not possible to cover each statement.
|
|
|
|