lakshmibasina's Profile

lakshmibasina On 3 months ago

About Me

  • Birthday: Nov 19, 1980
  • Gender: Female
  • Status: Not Interested
  • Blog Traffic: 12,967 Visitors

Istqb Sample Papers

April 28, 2007 / by lakshmibasina

For more papers see http://isebtesting.blogspot.com







Foundation Certificate In Software Testing Practice Exam

Time allowed: 1 hour 40 QUESTIONS

Question
NOTE: Only one answer per question
1 We split testing into distinct stages primarily because:
a)Each test stage has a different purpose.
b)It is easier to manage testing in stages.
c)We can run different tests in different environments.
d)The more stages we have, the better the testing.
2 Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?
a)Regression testing
b)Integration testing
c)System testing
d)User acceptance testing
3 Which of the following statements is NOT correct?
a)A minimal test set that achieves 100% LCSAJ coverage will also achieve 100% branch coverage.
b)A minimal test set that achieves 100% path coverage will also achieve 100% statement coverage.
c)A minimal test set that achieves 100% path coverage will generally detect more faults than one that achieves 100% statement coverage.
d)A minimal test set that achieves 100% statement coverage will generally detect more faults than one that achieves 100% branch coverage.
4 Which of the following requirements is testable?
a)The system shall be user friendly.
b)The safety-critical parts of the system shall contain 0 faults.
c)The response time shall be less than one second for the specified design load.
d)The system shall be built to be portable.
5 Analyse the following highly simplified procedure:
Ask: “What type of ticket do you require, single or return?”
IF the customer wants ‘return’
Ask: “What rate, Standard or Cheap-day?”
IF the customer replies ‘Cheap-day’
Say: “That will be £11:20”
ELSE
Say: “That will be £19:50”
ENDIF
ELSE
Say: “That will be £9:75”
ENDIF
Now decide the minimum number of tests that are needed to ensure that all
the questions have been asked, all combinations have occurred and all
replies given.
a)3
b)4
c)5
d)6
6 Error guessing:
a)supplements formal test design techniques.
b)can only be used in component, integration and system testing.
c)is only performed in user acceptance testing.
d)is not repeatable and should not be used.
7 Which of the following is NOT true of test coverage criteria?
a)Test coverage criteria can be measured in terms of items exercised by a test suite.
b)A measure of test coverage criteria is the percentage of user requirements covered.
c)A measure of test coverage criteria is the percentage of faults found.
d)Test coverage criteria are often used when specifying test completion criteria.
8 In prioritising what to test, the most important objective is to:
a)find as many faults as possible.
b)test high risk areas.
c)obtain good test coverage.
d)test whatever is easiest to test.
9 Given the following sets of test management terms (v-z), and activity descriptions (1-5), which one of the following best pairs the two sets?
v – test control
w – test monitoring
x - test estimation
y - incident management
z - configuration control

1 - calculation of required test resources
2 - maintenance of record of test results
3 - re-allocation of resources when tests overrun
4 - report on deviation from test plan
5 - tracking of anomalous test results

a)v-3,w-2,x-1,y-5,z-4
b)v-2,w-5,x-1,y-4,z-3
c)v-3,w-4,x-1,y-5,z-2
d)v-2,w-1,x-4,y-3,z-5
10 Which one of the following statements about system testing is NOT true?
a)System tests are often performed by independent teams.
b)Functional testing is used more than structural testing.
c)Faults found during system tests can be very expensive to fix.
d)End-users should be involved in system tests.
11 Which of the following is false?
a)Incidents should always be fixed.
b)An incident occurs when expected and actual results differ.
c)Incidents can be analysed to assist in test process improvement.
d)An incident can be raised against documentation.
12 Enough testing has been performed when:
a)time runs out.
b)the required level of confidence has been achieved.
c)no more faults are found.
d)the users won’t find any serious faults.
13 Which of the following is NOT true of incidents?
a)Incident resolution is the responsibility of the author of the software under test.
b)Incidents may be raised against user requirements.
c)Incidents require investigation and/or correction.
d)Incidents are raised when expected and actual results differ.
14 Which of the following is not described in a unit test standard?
a)syntax testing
b)equivalence partitioning
c)stress testing
d)modified condition/decision coverage
15 Which of the following is false?
a)In a system two different failures may have different severities.
b)A system is necessarily more reliable after debugging for the removal of a fault.
c)A fault need not affect the reliability of a system.
d)Undetected errors may lead to faults and eventually to incorrect behaviour.
16 Which one of the following statements, about capture-replay tools, is NOT correct?
a)They are used to support multi-user testing.
b)They are used to capture and animate user requirements.
c)They are the most frequently purchased types of CAST tool.
d) They capture aspects of user behaviour.
17 How would you estimate the amount of re-testing likely to be required?
a)Metrics from previous similar projects
b)Discussions with the development team
c)Time allocated for regression testing
d)a & b
18 Which of the following is true of the V-model?
a)It states that modules are tested against user requirements.
b)It only models the testing phase.
c)It specifies the test techniques to be used.
d)It includes the verification of designs.
19 The oracle assumption:
a)is that there is some existing system against which test output may be checked.
b)is that the tester can routinely identify the correct outcome of a test.
c)is that the tester knows everything about the software under test.
d)is that the tests are reviewed by experienced testers.
20 Which of the following characterises the cost of faults?
a)They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases.
b)They are easiest to find during system testing but the most expensive to fix then.
c)Faults are cheapest to find in the early development phases but the most expensive to fix then.
d)Although faults are most expensive to find during early development phases, they are cheapest to fix then.
21 Which of the following should NOT normally be an objective for a test?
a)To find faults in the software.
b)To assess whether the software is ready for release.
c)To demonstrate that the software doesn’t work.
d)To prove that the software is correct.
22 Which of the following is a form of functional testing?
a)Boundary value analysis
b)Usability testing
c)Performance testing
d)Security testing
23 Which of the following would NOT normally form part of a test plan?
a)Features to be tested
b)Incident reports
c)Risks
d)Schedule
24 Which of these activities provides the biggest potential cost saving from the use of CAST?
a)Test management
b)Test design
c)Test execution
d)Test planning
25 Which of the following is NOT a white box technique?
a)Statement testing
b)Path testing
c)Data flow testing
d)State transition testing
26 Data flow analysis studies:
a)possible communications bottlenecks in a program.
b)the rate of change of data values as a program executes.
c)the use of data on paths through the code.
d)the intrinsic complexity of the code.
27 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%
To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?
a)£1500
b)£32001
c)£33501
d)£28000
28 An important benefit of code inspections is that they:
a)enable the code to be tested before the execution environment is ready.
b)can be performed by the person who wrote the code.
c)can be performed by inexperienced staff.
d)are cheap to perform.
29 Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?
a)Actual results
b)Program specification
c)User requirements
d)System specification
30 What is the main difference between a walkthrough and an inspection?
a)An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.
b)An inspection has a trained leader, whilst a walkthrough has no leader.
c)Authors are not present during inspections, whilst they are during walkthroughs.
d) A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.
31 Which one of the following describes the major benefit of verification early in the life cycle?
a)It allows the identification of changes in user requirements.
b)It facilitates timely set up of the test environment.
c)It reduces defect multiplication.
d)It allows testers to become involved early in the project.
32 Integration testing in the small:
a)tests the individual components that have been developed.
b)tests interactions between modules or subsystems.
c)only uses components that form part of the live system.
d)tests interfaces to other systems.
33 Static analysis is best described as:
a)the analysis of batch programs.
b)the reviewing of test plans.
c)the analysis of program code.
d)the use of black box testing.
34 Alpha testing is:
a)post-release testing by end user representatives at the developer’s site.
b)the first testing that is performed.
c)pre-release testing by end user representatives at the developer’s site.
d)pre-release testing by end user representatives at their sites.
35 A failure is:
a)found in the software; the result of an error.
b)departure from specified behaviour.
c)an incorrect step, process or data definition in a computer program.
d)a human action that produces an incorrect result.
36 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
37 The most important thing about early test design is that it:
a)makes test preparation easier.
b)means inspections are not required.
c)can prevent fault multiplication.
d)will find all faults.
38 Which of the following statements about reviews is true?
a)Reviews cannot be performed on user requirements specifications.
b)Reviews are the least effective way of testing code.
c)Reviews are unlikely to find faults in test plans.
d)Reviews should be performed on specifications, code, and test plans.
39 Test cases are designed during:
a)test recording.
b)test planning.
c)test configuration.
d)test specification.
40 A configuration management system would NOT normally provide:
a)linkage of customer requirements to version numbers.
b)facilities to compare test results with expected results.
c)the precise differences in versions of software component source code.
d)restricted access to the source code library.

Question number Correct answer
1A
2A
3D
4C
5A
6A
7C
8B
9C
10D
11A
12B
13A
14C
15B
16B
17D
18D
19B
20A
21D
22A
23B
24C
25D
26C
27C
28A
29C
30D
31C
32B
33C
34C
35B
36D
37C
38D
39D
40B

83 comments on Istqb Sample Papers

  • latcham said 1 years ago
    article is good for who are going to apprear the ISTQB
  • latcham said 1 years ago
    Artile is good for people who are going to apprear the ISTQB.
  • lakshmibasina said 1 years ago
    thanks
  • priyasingh said 1 years ago
    Nice Thx[SMILE]
  • vijayk1979 said 1 years ago
    Nice one Thank you verymuch Lakshmi
  • ankitt said 1 years ago
    Thank you Laxmi. Why dont you post more sample papers?[SMILE]
  • ajaykumar said 11 months ago
    thanks
  • anildas said 10 months ago
    Good work
  • eswar said 9 months ago

    thanks

  • ArunKiran said 9 months ago

    Hi, this is Arun

    thanks a lot for ur good work

  • ArunKiran said 9 months ago

    Dear Madam,

    Iam preparing for the ISTQB. So if U have any sample papers plsz mail to my id.

    thanks in advance

    Arun

  • ajayKUMAR said 8 months ago

    Thak u very much sir

    if u have mor e sample questions then plz forward me

  • Anshu said 8 months ago

    Hi Laxmi, I am preparing for the ISTQB.  Can you suggest which book i should get? What about Foundations of Software Testing: ISTQB Certification by Dorothy Graham, Erik van Veenendaal, Isabel Evans, and Rex Black. can u send the e sample paper or links on my email id anshubhat11@yahoo.com

  • naveen said 8 months ago

    thanks...............it helps me to appear well for ISTQB.....

  • MURTHY said 8 months ago

    Hi

  • Sheetal Thawre said 8 months ago

    Hello ma'am,

    I m preparing for ISTQB.

    Can u please provide me some sample papers.

    Thanks

    Sheetal

     

     

  • Chetan said 8 months ago

    Hi Lakshmi,

    I m not preparing for the exam for around last 1 yr.

    Plz help me and suggest how to start the preparation. One of my friend is also supposed to preapre.

    Thx

    Chetan

  • Gurpreet Miglani said 8 months ago

    Hi mam,

    If you have any more sample papers, could you please forward those at gurpreet.miglani@hotmail.com.

     

    Thanks 'n' regards,

    Gurpreet Miglani

  • deveshrawat said 8 months ago

    Hi mam,

    If you have any more sample papers, could you please forward those at gurpreet.miglani@hotmail.com.

     

    Thanks 'n' regards,

    Devesh

  • shraddha said 8 months ago

    i m prpeparing for istqb can u send me some more sample paper

    which book i should prefer

  • chinmay said 8 months ago

    hi....

    i am preparing for advance level ISTQB exam, functional and technical. Could you please give me sampl paper or any document or any info.

    Please send it to my mail id.

    jena.chinmay@yahoo.com

  • natyashree avinash said 7 months ago

    thank u mam

    but if u have any other sample paper plz mail me mam i will be so help to prepare for the exam

    with regards

    natya

  • santonu said 7 months ago

    Dear Madam,

    Iam preparing for the ISTQB. So if U have any sample papers plsz mail to my id.

    thanks in advance

    Santonu

  • dhanesh said 7 months ago

    it's avery helpful blog

  • Bhavani said 7 months ago

    Hi...

    Thanks for the sample questions. Have more... Smile !!!

     

  • visali said 7 months ago

    thanku for the information. irs very helpfull. i want to appear for foundamental level so plz send somemore information.

    regards

    visali

  • ram said 7 months ago

    thanks for your info its very helpfull . I am preparing for ISTQB  could please  send me more questions to my mail id ramu.makineni@gmail.com if you have

    I'd appreciate your help.

    Thanks in adv

    Ram

  • Mohita said 7 months ago
    Hello, I am preparing for foundation level exam..Can you provide me some sample papers.. Thanks
  • Vels said 7 months ago

    Thanks, Good Job....

  • Hemant said 7 months ago

    Hii

  • sundar said 7 months ago

    Dear Mam

    many thanks.


    Can you please send some more sample papers to my mail ssundaar@gmail.com

    Thanks in Advance,

    sundar.P

  • manish said 7 months ago

    please send me the question papers of ISTQB foundation held on 20-04-2008. i need it urgently.

    Thanks in advance

  • manish said 7 months ago

    please send me the question papers of ISTQB foundation held on 20-04-2008. at email - manish_kuma@yahoo.com

    I need it urgently.  please provide me any links which has the latest question paper of ISTQB foundation held on 20-04-2008

  • Soujanya said 7 months ago

    Good job Lakshmi! I appriciate your work. Thanks you.

  • Rashmi said 6 months ago

    Hi Laxmi,

    Can u please send me latest sample papers for foundation level ISTQB at my email id

    Regards

    Rashmi

  • Trupti said 6 months ago

    pl. forward me ISTQB Sample papers.

  • Vijay Babu said 6 months ago

    Hi

    I am preparing for ISTQB - Foundation level, Could you please send me some sample Q&A papers, and the approach to follow how 2 prepare on it.

    Kindly send me 2 my e-mail. i will be thankful for your help

     

  • vamsi said 6 months ago

    I  am very thankfull to you Lakshmi garu and can you please send more papers.

    Thanks and Regards

    Vamsi Reddy.

  • happin said 6 months ago

    Hi Madam,

    I am preparing for the ISTQB. Can u mail more papers to my ID

    happinjoe@hotmail.com

     

     

    Thanks

  • Mallika said 6 months ago

    Hi Lkshmi garu,

    I am preparing for ISTQB - Foundation level, Could you please send me some sample Q&A papers, and the approach to follow how 2 prepare on it.

    Kindly send me 2 my e-mail. i will be thankful for your help.

  • ganesanra said 6 months ago

    pls send latestes question paper of istqb.

  • priya said 6 months ago

    Hi Lakshmi,

    I am preparing for ISTQB - Foundation level, Could you please send me some sample Q&A papers.

    Thanks in advance

  • Dharma Gummi said 6 months ago

    Hi

    Can you please suggest any material and sample ISTQB Questions along with answers

    Thank you

  • srinath said 6 months ago

    Hi Lakskmi,

             Good stuff for preparing .Even i'm thinking of to give foundation level exam. If U have any materials can u plz send it to srinath0@gmail.com......           Thanks

     

  • Frederick Nordstrom said 6 months ago

    Hi Madam,

    I am preparing for the ISTQB. Can you please email more papers to my me:

    freddenordstrom@spray.se

     

    Thanks

     

  • n.rambabu said 6 months ago

    lakshmi ji

    very good collection , post some more material

    thanking you

  • Mridula said 6 months ago

    Hi Laxmi, I am preparing for the ISTQB.  Can you suggest which book i should get?  can u send the e sample paper at my mail id ?mridula_vats@yahoo.co.in

    Thanx in advance

  • priyankaraj said 5 months ago

    Hi Laxmi, I am preparing for the ISTQB.  Can you suggest which book i should get? What about Foundations of Software Testing: ISTQB Certification  can u send the e sample paper or links on my email id priyanka_atl@rediffmail.com..its very urgent..pls help me yaar

  • sugan said 5 months ago

    Hi Laxmi..Can u plz suggest me the book which I can use for the preparation.  As of now I am just looking the ISTQB syllabus document and other materials given in some blog. Can I go or K.V.K.K Prasad software testing book or Rex black..Please help me out and mail me if u have any other materials or model papers to sugan.rajan@gmail.com.  Awaiting for ur reply..!1

  • istqbinfo said 4 months ago

    http://www.istqbinfo.blogspot.com/

    This site contains lots of Study Materials, Latest ISTQB Syllabus, ISTQB Standard Glossary,  E-Books, Presentations, Study Sessions & lots of Question Papers with Answers.

  • lakshmibasina said 5 months ago

    hi friend

      please see istqb website in that so much material is there and every question came from that material only that in not stright way question.

    byee

    lakshmi

  • shilu said 5 months ago

    Hi Lakshmy,

    Thanks for sharing the same, If u have more papers, please forward to shilupg@yahoo.co.in

  • Vibs said 5 months ago

    Thanks for the such gud collection of questions. It helps me a lot

  • HIMANSHU SHARMA said 5 months ago

    Please provide me the Sample papers for ISTQB

  • bala said 5 months ago

    hi friends

    I am preparing for the ISTQB.  Can you suggest which book i should get? What about Foundations of Software Testing: ISTQB Certification  can u send the sample paper to my email id bala_slnb@yahoo.co.in 

  • rajshri prakash said 5 months ago

    hello friends,

    i am preparing for software testing and want to appear for ISTQB foundation level examination.

    it would be a great help if any of you could forward me the questions. please send me the questions at  rajshri_prakash@yahoo.com

  • Lakshmiprasanna.B said 5 months ago

    Hello


    I am Testing professional i have one query regarding ISTQB what is the process to get ISTQB exam can anybody tell me... i am eagerly waiting to do this..

  • Sim said 5 months ago

    Hi.

    Could you plaese send some sample papers for ISTQB Foundation level exam ASAP, as i am going to appear for the exam on June 22,, 2008.

    Thanks in advance.

     

  • sheetal said said 5 months ago

    can you suggest me a good book for preparing for ISTQB

     

  • ramya said 5 months ago

    hi

     this is ramya. i had just applied for the ISTQB foundation level exam . can any body just sent me the tips for prepartion and also  the books to refer . please mail me if u have the latest sample papers . please do the needfull. and reply me to the mail id .

    thanks

    ramya

  • Rambabu said 5 months ago

    hi, this is rambabu pls any questions farwarded by my mail id

    byeeeeeeeeeeeeee

  • gany said 5 months ago

    i woul appretiate if you would add more istqb questions on this blog.

     

  • Siva Ramakrishna said 4 months ago

    Hi,

    I am going to write ISTQB exam, can  any body please suggest me how to prepare for the exam.

  • harry said 4 months ago

    HI,

    The sample paper which you have posted is really helpful. could u plz send more papers to my mail id harry.cop@gmail.com. that would be appreciated.

    Regards

    Harry

  • Anonymous said 4 months ago

    Hi Lakshmi Ji,

    I am preparing for ISTQB foundation, can you please farward me sample QP. and sujjest me some book to cover the sylabus for exam. and give me some tips too.

    chitra.iyer18@gmail.com

  • Anonymous said 4 months ago

    4 ISTQB Questions http://ajayperformer.blogspot.com/

  • Anonymous said 4 months ago

    hi i want istqb model papers

  • Anonymous said 4 months ago

    Hi,


    Please visit this site for ISTQB Sample Question Papers with Answers & Material.

    http://www.istqbinfo.blogspot.com/


    This site contains lots of Study Materials, Latest ISTQB Syllabus, ISTQB Standard Glossary,  E-Books, Presentations, Study Sessions & lots of Question Papers with Answers.


  • istqbinfo said 4 months ago

    http://www.istqbinfo.blogspot.com/

    This site contains lots of Study Materials, Latest ISTQB Syllabus, ISTQB Standard Glossary,  E-Books, Presentations, Study Sessions & lots of Question Papers with Answers.

  • Anonymous said 4 months ago

    Dear Lakshmi,

    I'm preparing for ISTQB foundation level exam. While surfing net about the preparation details for ISTQB, I got hold of this blog site. This is an excellent work of yours. Hats off to you.

    Many thanks for helping all the ISTQB aspirants. Keep up your good work. Also, if you could send me some of the ISTQB questions from the question bank, it will be very helpful to me.


    I again wish you all the very best for your endless service through this blog.

    Regards,

    Padma.

  • Anonymous said 4 months ago

    Hi, Lakshmi,

    Thanks . I received sample question with answer uploaded on your blog.kindly provide if you have more  sample questions.

    Thanks

    Nandkumar

     

  • istqbinfo said 3 months ago

    http://www.istqbinfo.blogspot.com/

    This site contains lots of Study Materials, Latest ISTQB Syllabus, ISTQB Standard Glossary,  E-Books, Presentations, Study Sessions & lots of Question Papers with Answers.

  • Anonymous said 3 months ago

    For More ISTQB Matereials and Sample Papers check out :

     

    http://www.software-testing-portal.blogspot.com/

  • Anonymous said 3 months ago

    http://www.istqbinfo.blogspot.com/

    This site contains lots of Study Materials, Latest ISTQB Syllabus, ISTQB Standard Glossary,  E-Books, Presentations, Study Sessions & lots of Question Papers with Answers.

  • Anonymous said 3 months ago

    11) ISTQB Sample Question Papers with Answers :

    A) ISTQB Question Paper - 01

     

  • Anonymous said 3 months ago

    Hello Dear Visitors,

    WELCOME to International Software Testing Qualifications Board (ISTQB) Certification Blog.

    This blog is very useful for all those, who are preparing for "Foundation Level Exam of ISTQB Certification"

    This blog contains Syllabus, Study Sessions, Question Papers & lots more for preparation of ISTQB certification.

    Please go through the whole blog if you want to score good in exam. Also solve all question papers to know the paper pattern. On any page, if you have any confusion or question, then please just write a comment on the same page at down with your E-Mail ID, me or some one else will must reply for your comment ASAP.

    Like if you have any confusion for a question in the Question Paper's page, then just write your confusion in comment.

     

    Website Contents :

    (Please click on the content to open the page)

     

    01) ISTQB Certification Information

     

    02) Why Should Go for ISTQB Certification

     

    03) ISTQB Syllabus

     

    04) ISTQB Standard Glossary

     

    05) ISTQB Exam Format & Guide

     

    06) ISTQB Study Sessions :

    A) Sessions 1,2 & 3

    B) Sessions 4,5 & 6

     

    07) ISTQB E-Book Chapters :

    A) Chapters 1,2 & 3

    B) Chapters 4,5 & 6

     

    08) ISTQB Exam Dates (In India)

     

    09) What is Quality Assurance?

     

    10) Importance of QA

     

    11) ISTQB Sample Question Papers with Answers :

    A) ISTQB Question Paper - 01

    B) ISTQB Question Paper - 02

    C) ISTQB Question Paper - 03

    D) ISTQB Question Paper - 04

    E) ISTQB Question Paper - 05

    F) ISTQB Question Paper - 06

    G) ISTQB Question Paper - 07

    H) ISTQB Question Paper - 08

    I) ISTQB Question Paper - 09

    J) ISTQB Question Paper - 10

    K) ISTQB Question Paper - 11

     

    Testing Thought : Walking on Water and Testing a Requirement is Easy....., ------ Only if its Frozen :)

     

    ============================================

  • Anonymous said 3 months ago

    Hello friends,

    Considering the following pseudo-code, calculate the MINIMUM number of test cases for Q #: 22 File: 28 4
    statement coverage, and the MINIMUM number of test cases for decision coverage respectively.


    READ A
    READ B
    READ C
    IF C>A THEN
    IF C>B THEN
    PRINT "C must be smaller than at least one number"
    ELSE
    PRINT "Proceed to next stage"
    ENDIF
    ELSE
    PRINT "B can be smaller than C"
    ENDIF
    A 3, 3. A
    B 2, 3. B
    C 2, 4. D
    D 3, 2.

    Answer: ----------------

    Question 2:

    Given the following code, which statement 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, 2 for branch coverage

    Question:3

    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


    4)How many test cases are needed to achieve 100% decision coverage ?
    If(p=q)
    {
    S=s+1;
    If(s<5)
    {
    T=10;
    }
    Else if(p>Q)
    {
    T=5;
    }

    }
    A=3
    B=6
    C=5
    D=4

    Any body knows how to do it then pls reply asap as i applied in 24.08.08 exam..thanxs in advance

  • Anonymous said 3 months ago

    Hi Laxmi,

    thank you so much......... i think this will help me  a lot for my preparation of istqb....

  • Anonymous said 1 months ago

    Hi even am also planning for ISTQB.Any suggestions pls suggest me

  • Anonymous said 1 months ago

    Thanks

  • Anonymous said 1 months ago

    hi, laxmi

    this is nice job done by you. i am really apperciating your efforts.

    please do send me more details of papers and others study material on my mail id.. supriyakansal13@gmail.com

    i'll be very thankful to you,.

    bbyee.. keep in touch..

    yours,

    Suppu.

  • Anonymous said 2 weeks ago

    Hi,

    Appreciate your site. I am planning to appear for ISTQB - Advanced level (Functional Tester/Technical Tester/ Test Manager modules) in Dec '08. Please send me the study materials and the sample question papers to my Email Id contact_sv@rediffmail.com.

     

    Thanking you alot for the help.

     

    Regards,

    Sindhu

  • Anonymous said 2 weeks ago

    Hi

    Could you please forward any sample papers and answers for ISTQP foundation to liam.cleary@gmail.com

    thanks

Add a comment

To add comments without entering your email and image verification, you must be logged in. Login or Join Blogster

  • Type the words in the box below the image.

Email this blog post to a friend

To email posts to friends, you must be logged in. Login or Join Blogster

Friends

View All