What is ISTQB Certification?
ISTQB certification is one of the most popular certification exams available today for software testers. It is an internationally accepted certification exam conducted by International Software Testing Qualifications Board. The ISTQB as an organization charters and controls the syllabus and scheme of the exam. Various national boards accredited under ISTQB conducts the exam in specified countries.
+++++ Quick Notes +++++
Name of the Certification: Certified Tester Foundation Level (CTFL)
Eligibility: Anyone with basic knowledge of software testing.
Certificate Validity: Does not expire, Valid for life time.
Official Site: www.istqb.org
Syllabus Download: Certified Tester Foundation Level (istqb.org)
Exam Format: Paper Based/Computer Based/Online (remote exam)
Total Questions: 40
Passing Grade: 65% or at least 26 correct answers out of 40 questions.
Negative Marking: No (Attempt all 40 questions)
Exam Duration: 75 minutes (90 minutes if your native language is not English)
Exam Fee: Usually around 100 USD. Please check with your exam provider.
Additional Certificates Available: Agile Tester Extension, Model Based Testing
Next Levels of Exam available: Advanced Level, Expert Level Exams available after passing Foundation Level.
Step by Step Guide: 10 Step by Step ISTQB Preparation Guide – Click here.
ISTQB certification is a globally recognized qualification in the field of software testing. It stands for International Software Testing Qualifications Board, and it is a non-profit organization that provides a standard certification for individuals working in the software testing field. The certification covers a wide range of topics, including testing principles, techniques, and tools, and it is designed to help professionals demonstrate their knowledge and skills in this area. By obtaining an ISTQB certification, individuals can enhance their career prospects and improve their ability to deliver high-quality software products.
The ISTQB Foundation Level certification is a widely recognized qualification in the field of software testing. The Foundation Level certification is designed to provide a general understanding of the principles of software testing, including the fundamental concepts, processes, and techniques used in the field. The certification is suitable for individuals who are new to software testing and want to develop a basic understanding of the subject.
The ISTQB Foundation Level exam is a certification exam that is designed to assess a candidate’s knowledge and understanding of the fundamental concepts of software testing. It covers topics such as testing terminology, testing techniques, testing processes, and testing tools.
The exam is typically taken by individuals who are working in the software testing field or who are looking to enter the field. It is also a common requirement for entry-level positions in many organizations.
The exam consists of 40 multiple-choice questions, and candidates are given 60 minutes (or 75 minutes if your primary language is not English) to complete it. The exam consists of 40 multiple-choice questions and must be completed within 60 minutes. To pass the exam, candidates must score at least 65% or 26 out of 40 correct answers.
The ISTQB Foundation Level exam is an online exam, and candidates can take it from the comfort of their own home or office. It is administered by a third-party provider, and candidates can register for the exam on their respective country’s national ISTQB exam board‘s website. For example, it would be Indian Testing Board (ITB) for India.
In USA the national board is called ASTQB or American Software Testing Qualification Board, in UK it is United Kingdom Testing Board, in India it is Indian Testing Board or ITB. The list of the national boards that organizes ISTQB certification in their respective countries/territories are given at the end of this page.
The ISTQB Foundation Level exam is available online through various accredited training providers too such as GASQ, ISQI, BCS etc.
Apart from the national boards, there are Global Certification providers who can conduct exams online and can serve aspirants worldwide. A Global exam provider can offer exams locally and internationally including online exams through their own exam centers or Pearson Vue exam centers the countries highlighted by blue color in the above map. The global providers are –
- ASTQB – American Software Testing Qualifications Board
- BCS – The Chartered Institute for IT
- Cert-IT GmbH
- CertInstitute UG
- gasq – Global Association for Software Quality GmbH
- iSQI – International Software Quality Institute GmbH
Among online exam centers, Pearson Vue exam Test centers are the most popular world wide because of their availability and ease of access.
For the online exams (remote proctored), ISQI is the most popular exam provider for the global ISTQB certification exam test takers.
ISTQB Foundation Level Exam Study materials and dumps
The exam covers topics such as the fundamental concepts of software testing, the different types of testing, and the principles and techniques of testing. Candidates can prepare for the exam by studying the ISTQB Foundation Level syllabus and attending an accredited training course.
ISTQB Foundation Level exam study materials and dumps are available from various sources, such as training providers, online forums, and websites. These materials may include sample exam questions, study guides, and practice tests. However, it is important to note that using exam dumps and study materials without proper understanding and preparation may not adequately prepare candidates for the actual exam. It is also important to remember that using exam dumps and study materials that have been obtained illegally is a dishonest and unethical practice and is strictly prohibited by the ISTQB.
Consider our full self-study materials – https://www.istqb.guru/istqb-study-guide/
Which book should I read for ISTQB Foundation Level Certification?
There are several study materials and books available for candidates preparing for the ISTQB Foundation Level exam. The ISTQB Foundation Level syllabus is a comprehensive guide to the topics covered in the exam, and provides an overview of the concepts, processes, and techniques of software testing. Other study materials and books include:
- “ISTQB Certified Tester Foundation Level Syllabus 2018” by the International Software Testing Qualifications Board (ISTQB)
- “Foundations of Software Testing: ISTQB Certification” by Rex Black, et al.
- “ISTQB Self-Study Guide” by ISTQB.Guru
These study materials and books provide a detailed and comprehensive coverage of the topics covered in the ISTQB Foundation Level exam, and can help candidates develop the knowledge and skills needed to succeed in the exam.
ISTQB Foundation Level Sample Questions
1. A software application incorrectly provided customers discounts of 50% off their total purchases if the purchases exceeded $100. It was discovered through an audit that the discount should have been only 5% off these purchases. A root-cause analysis uncovered that the requirements incorrectly stated 50% instead of 5% in this scenario.
Which of the following MOST accurately reflects this scenario?
A. The audit finding is the root cause, requiring a root cause analysis which led to investigating the software code, design, and requirements
B. An issue with the design is determined to be the root cause of the incorrect calculation
C. The incorrect customer discount is the effect and the reason for the requirement error is the root cause.
D. The audit finding is the root cause, the incorrect calculation of 50% is the defect, and the incorrect requirement is the effect
2. Which of the following options BEST explain the pesticide paradox principle of testing?
A. If we do not regularly renew and revise our tests, we’ll stop finding defects
B. Repeatedly funning a set of tests will ensure that a system is defect tree
C. Defects are, Paradoxically, often contained in a small number of modules
D. Testing, like spraying Pesticide, is an effective bug/defect removal activity
3. Which of the following situations describes a benefit of independent testing?
A. The development team can skip the component testing level since independent test team owns this activity.
B. The independent test teams invest the time needed to complete the test cycle, even if it causes a delay in the project’s progress.
C. The independent test team does not need to be informed on change requests from the customer until the changes are implemented.
D. An independent tester may find critical defects that occurred due to a wrong assumption by the development team.
4. Which of the following are triggers for maintenance testing?
i. Modifications, such as planned enhancements.
ii. Migration, such as from one platform to another.
iii. Defect fixes, such as production outages.
iv. Retirement, such as when an application reaches the end of its life.
Options:
A. i, ii and iv
B. i, iii and iv
C. i, ii and iii
D. ii, iii and iv
5. Which of the following objectives is NOT a typical objective of testing?
A. To verify that all specified requirements have been fulfilled
B. To build confidence in the level of quality of the test object
C. To test out all possible combinations of inputs and outputs
D. To comply with regulatory requirements set by the third party
For more sample questions from real exams, please consider our study materials and exam dumps – https://www.istqb.guru/istqb-study-guide/
What are the exam codes for ISTQB Foundation Level?
Exam codes slightly differ in different Global exam providers such as –
BCS-IT from PearsonVue – CTFL18: ISTQB Certified Tester Foundation Level 2018
iSQI from PearsonVue –
CTFL_Syll2018: CTFL_Syll2018: ISTQB Certified Tester Foundation Level (Syllabus 2018, worldwide except D, A, CH, FL, BGR, ROU, SRB, MNE and UK)
CTFL_Syll2018_A ISTQB Certified Tester – Foundation Level
CTFL_Syll2018_CH ISTQB® Certified Tester Foundation Level
CTFL_Syll2018_D ISTQB Certified Tester – Foundation Level
CTFL_Syll2018_SEE ISTQB Certified Tester Foundation Level (Syllabus 2018 – BGR, ROU, SRB and MNE only)
CTFL_UK_Syll2018: CTFL_UK & Ireland_Syll2018: ISTQB® Certified Tester Foundation Level (Syllabus 2018, GB and IE only)
D = Germany, A = Austria, CH = Switzerland, FL = Liechtenstein, BGR = Bulgaria, ROU = Romania, SRB = Serbia, MNE = Montenegro, UK = United Kingdom, GB = Great Britain, IE = Ireland
Check with you local ISTQB National Boards and pick up the exact exam codes for Foundation Level.
You can take the exam from any National Boards or Global Certification Providers irrespective of your current location or country of residency.
Click to know more about ISTQB Foundation Level and Sample Questions
Here are some steps you can take to prepare for the exam:
- Understand the exam format and content: The ISTQB certification exam consists of multiple-choice questions that test your knowledge of various software testing concepts and practices. Familiarize yourself with the exam syllabus and the topics that will be covered.
- Study and practice: The best way to prepare for the exam is to study the relevant material and practice answering sample questions. You can find study guides, practice exams, and other resources on the ISTQB website and elsewhere.
- Take a training course: Consider taking a training course to learn about software testing and prepare for the exam. Many training providers offer courses that cover the topics tested on the ISTQB certification exam.
- Register and schedule the exam: Once you feel confident and ready to take the exam, register on the ISTQB National Board’s website and schedule a time to take the exam at a testing center near you. You can also opt for Online remote exam.
- Prepare for the exam day: On the day of the exam, make sure to arrive at the testing center on time and bring any required identification documents. Relax and focus on answering the questions to the best of your ability.
Which Exam to take after Foundation Level?
Once a candidate has successfully completed the exam, they will receive a certificate indicating their achievement. This certificate is internationally recognized and can be used to demonstrate a candidate’s proficiency in software testing. Once Foundation Level is completed, one can go for ISTQB Foundation Level – Agile Tester, Test Automation or other core Advanced Level and Expert Level certification. If you are interested in taking the ISTQB Exam and would want to get some tips and sample papers, here are the links to know more about what is ISTQB certification –
ISTQB Advanced Level:
- ISTQB Advanced Level – Test Manager
- ISTQB Advanced Level – Test Analyst
- ISTQB Advanced Level – Technical Test Analyst
- ISTQB Advanced Level – Agile Technical Tester
To appear for advanced level exam one has to complete the foundation level and relevant experience in software testing. For a bachelor degree holder, the candidate should have at least 3 years of experience and for non-bachelor degree aspirants 5 years of experience.
ISTQB Expert Level:
- ISTQB Expert Level – Test Management
- ISTQB Expert Level – Test Process Improvement
- ISTQB Expert Level – Test Automation Engineering
- ISTQB Expert Level – Security Testing
ISTQB Expert Level is the highest level of certification that can be attempted after advanced level exams. This level has four sub syllabus of which security testing is now being implemented.
List of National Boards –
Short Form | National Boards | Country/Region |
ASTQB | American Software Testing Qualifications Board | USA |
ANZTB | Australia and New Zealand Testing Board | Australia & New Zealand |
ATB | Austrian Testing Board | Austria |
AZTB | Azerbaijan Testing Board | Azerbaijan |
BSTB | Bangladesh Software Testing Board | Bangladesh |
BySTQB | Belarus Software Testing Qualifications Board | Belarus |
BNTQB | Belgium and Netherlands | Belgium |
BSTQB | Brazilian Software Testing Qualifications Board | Brazil |
CSTB | Canadian Software Testing Board | Canada |
CSTQB | Chinese Software Testing Qualifications Board | China |
CFTL | Comité Français des Tests Logiciels | France |
CMTL | Comité Marocain des Test Logiciels | Morocco |
CaSTB | Czech and Slovak Testing Board | Czech Republic and Slovakia |
DSTB | Danish Software Testing Board | Denmark |
ESTB | Egyptian Software Testing Board | Egypt |
ETB | Estonian Testing Board | Estonia |
ESTQB | Ethiopian Software Testing Qualifications Board | East Africa |
FiSTB | Finnish Software Testing Board | Finland |
GTB | German Testing Board | Germany |
HASTQB | Hispanic American Software Testing Qualifications Board | Argentina, El Salvador, Panama, Venezuela, Ecuador, Bolivia, Colombia, Chile, Mexico, Peru, Costa Rica, Honduras, Nicaragua, Guatemala, Cuba, Paraguay, Dominican Republic and Uruguay |
HTB | Hungarian Testing Board | Hungary |
ITB | Indian Testing Board | India |
ITQB | Iranian Testing Qualification Board | Iran |
ISTB | Irish Software Testing Board | Ireland |
ITCB | Israeli Testing Certification Board | Israel |
ITA-STQB | Italian Software Testing Qualifications Board | Italy |
JSTQB | Japan Software Testing Qualifications Board | Japan |
JOSTQB | Jordan Software Testing Qualifications Board | Jordan |
KENYA-STA | Kenya Software Testing Association | Kenya |
KSTQB | Korean Software Testing and Qualifications Board | Korea |
LSTQB | Latvian Software Testing Qualification Board | Latvia |
LTB | Luxembourg Testing Board | Luxembourg |
MSTB | Malaysian Software Testing Qualifications Board | Malaysia |
NTB | Norwegian Testing Board | Norway |
PSTB | Pakistan Software Testing Board | Pakistan |
PTB | Polish Testing Board | Poland |
PSTQB | Portuguese Software Testing and Qualifications Board | Portugal |
RSTQB | Russian Software Testing Qualifications Board | Russia |
SGTQB | Singapore Testing Qualifications Board | Singapore |
SASTQB | South African Software Testing Qualifications Board | South America |
SEETB | South East European Testing Board | South East Europe |
SSTQB | Spanish Software Testing Qualifications Board | Spain |
SLSTB | Sri Lanka Software Testing Board | Sri Lanka |
SSTB | Swedish Software Testing Board | Sweden |
STB | Swiss Testing Board | Switzerland |
TSQB | Tunisian Software Qualifications Board | Tunisia |
TTB | Turkish Testing Board | Turkey |
USQB | Ukrainian Software Quality Board | Ukrain |
UKTB | UK Testing Board | United Kingdom |
VTB | Vietnamese Testing Board | Vietnam |
Need 100% Passing Guarantee Sample Papers?
If you are attempting ISTQB CTFL exam from Global Providers, then you can purchase 100% passing guarantee Sample Papers and ISTQB Study materials.
See details.
Sushil says
What is the exact difference between the following exam codes:
1. CTFL_Syll2018_World ISTQB® Certified Tester, Foundation Level (Syllabus 2018)
2. CTFL_Syll2018_D ISTQB Certified Tester – Foundation Level
3. CTFL_Syll2018 CTFL_Syll2018: ISTQB Certified Tester Foundation Level
(Syllabus 2018, worldwide except D, A, CH, FL, BGR, ROU,
SRB, MNE and UK
I am currently living in Germany. And I want the certification which i am going to do to be recognised/accepted world wide not particularly in Germany.
Many thanks in advance!
ISTQB Guru says
Assuming you are taking the exam with iSQI, these codes are specific to countries.
Here is what the codes mean –
D = Germany,
A = Austria,
CH = Switzerland,
FL = Liechtenstein,
BGR = Bulgaria,
ROU = Romania,
SRB = Serbia,
MNE = Montenegro,
UK = United Kingdom,
GB = Great Britain,
IE = Ireland,
World = Available in Dutch language from PearsonVue
You should be taking the exam with CTFL_Syll2018_D if you are currently in Germany. You can also take exam with GASQ, and any other exam board such as Indian Testing Board, UK, ASTQB. The exam taken with any exam code is valid worldwide.
If you need further assistance, feel free to contact us by using this form – https://www.istqb.guru/contact-us/
Robin K Juhl says
A plug for the American board (ASTQB) exams: The Technical Advisory Group tries very hard to write an “honest test.” Rules are that there be no trick questions. No negatives, either (“which of these isn’t…”) Makes the exams harder to write! But in the end, we believe we all get the best possible result — certified folks who do indeed know their stuff.
And if you’re a tester, please be sure to at least read the syllabi, so you can see what you should know!
Lk says
CTAL-TM_Syll2012: ISTQB Certified Tester Advanced Level – Test Manager (Syllabus 2012, worldwide except D, A, CH) What does D A Ch refer to.
ISTQB Guru says
Those are country/language on which the question paper is based on.
ISTQB Guru says
Generally those are country codes.
D = Germany, A = Austria, CH = Switzerland, FL = Liechtenstein, BGR = Bulgaria, ROU = Romania, SRB = Serbia, MNE = Montenegro, UK = United Kingdom, GB = Great Britain, IE = Ireland
Sravanthi says
Hi. I live in UK. I am taking the exam in India from ISQI pearson vue, CTFL certification. TFL_Syll2018 CTFL_Syll2018: ISTQB Certified Tester Foundation Level (Syllabus 2018, worldwide except D, A, CH, FL, BGR, ROU, SRB, MNE and UK) does this mean it is not valid in these countries.
ISTQB Guru says
It would be valid worldwide.
sunanda says
if the test taker is from ukraine what would be exam code?
1. CTFL_Syll2018 CTFL_Syll2018: ISTQB Certified Tester Foundation Level (Syllabus 2018, worldwide except D, A, CH, FL, BGR, ROU, SRB, MNE and UK)
2. CTFL_Syll2018_A ISTQB Certified Tester – Foundation Level
3. CTFL_Syll2018_CH ISTQB® Certified Tester Foundation Level
4. CTFL_Syll2018_D ISTQB Certified Tester – Foundation Level
5. CTFL_Syll2018_SEE ISTQB Certified Tester Foundation Level (Syllabus 2018 – BGR, ROU, SRB and MNE only)
6. CTFL_UK_Syll2018 CTFL_UK & Ireland_Syll2018: ISTQB® Certified Tester Foundation Level (Syllabus 2018, GB and IE only)
ISTQB Guru says
Most likely 1.
Rakib hasan says
Hi Guru,
I am from Bangladesh, could you please tell which one should i select for exam in 2018 from the bellow ?
1. CTFL_Syll2018 CTFL_Syll2018: ISTQB Certified Tester Foundation Level (Syllabus 2018, worldwide except D, A, CH, FL, BGR, ROU, SRB, MNE and UK)
2. CTFL_Syll2018_A ISTQB Certified Tester – Foundation Level
3. CTFL_Syll2018_CH ISTQB® Certified Tester Foundation Level
4. CTFL_Syll2018_D ISTQB Certified Tester – Foundation Level
5. CTFL_Syll2018_SEE ISTQB Certified Tester Foundation Level (Syllabus 2018 – BGR, ROU, SRB and MNE only)
6. CTFL_UK_Syll2018 CTFL_UK & Ireland_Syll2018: ISTQB® Certified Tester Foundation Level (Syllabus 2018, GB and IE only)
ISTQB Guru says
For Bangladesh, Option 1.
juan sebastian cruz says
Hola Vivo en colombia, ¿podría decirme cuál debo seleccionar?
1. ISTQB Certified Tester Foundation Level (Syllabus 2011, en todo el mundo excepto D, A, CH, FL, IND)
2. ISTQB Certified Tester Foundation Level (Syllabus 2011, IND solamente)
3. ISTQB Certified Tester Foundation Level (Syllabus 2011, A solamente )
4. ISTQB Certified Tester Foundation Level (Syllabus 2011, CH, FL únicamente)
5. ISTQB Certified Tester Foundation Level (Syllabus 2011, D solamente)
ISTQB Guru says
The first option. ISTQB Certified Tester Foundation Level (Syllabus 2011, en todo el mundo excepto D, A, CH, FL, IND)
gaston says
Hi Guru,
I live in Argentina, could you please tell which one i have to select
1. ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, IND)
2. ISTQB Certified Tester Foundation Level (Syllabus 2011, IND only)
3. ISTQB Certified Tester Foundation Level (Syllabus 2011, A only)
4. ISTQB Certified Tester Foundation Level (Syllabus 2011, CH,FL only)
5. ISTQB Certified Tester Foundation Level (Syllabus 2011, D only)
Thanks
ISTQB Guru says
Most likely number 1 option.
Kallel MohamedAli says
Hi Guru , I am from Tunisia and i want to pass CTFL Exam.Should I choose the first option also? thanks in advance
ISTQB Guru says
If you try to register, it should usually give you the option.
Awais Khalil says
Hi, I’m ISTQB certified Tester from Pakistan. Please let me know if there is any performance and security testing certification available for QA engineer.
Thanks,
Awais Khalil
Bhumika says
Hi,
I am in Australia and I just attempt ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, IND). Is the certificate recognized worldwide??
ISTQB Guru says
Yes.
Gecay says
Hi Guru,
I live in New Zealand, could you please tell which one i have to select
1. ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, IND)
2. ISTQB Certified Tester Foundation Level (Syllabus 2011, IND only)
3. ISTQB Certified Tester Foundation Level (Syllabus 2011, A only)
4. ISTQB Certified Tester Foundation Level (Syllabus 2011, CH,FL only)
5. ISTQB Certified Tester Foundation Level (Syllabus 2011, D only)
Thanks
ISTQB Guru says
The first one.
Ruseena Salim says
Hello, I have ISTQB ‘Foundation Level certification’ and ISTQB ‘Advanced Level Technical Test Analyst’ from ITB India. Now I am in Germany. Can I further attend other Advanced Level certifications and Expert Level certifications from GTB? Are my certifications from India valid here?
ISTQB Guru says
Can I further attend other Advanced Level certifications and Expert Level certifications from GTB? — Yes
Are my certifications from India valid here? — Yes.
mario vega says
Hi i am from mexico, do i have to take the ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, GB, IND) ?
ISTQB Guru says
Yes.
iyasir73 says
Hi,
I am in Saudi Arabia, could you please tell me which of the following CTFL exam I have to select?
1. ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, IND)
2. ISTQB Certified Tester Foundation Level (Syllabus 2011, IND only)
3. ISTQB Certified Tester Foundation Level (Syllabus 2011, A only)
4. ISTQB Certified Tester Foundation Level (Syllabus 2011, CH,FL only)
5. ISTQB Certified Tester Foundation Level (Syllabus 2011, D only)
Br,
ISTQB Guru says
We think 1.
shaheen shaikh says
i want to give exam CTFL. I am in Uk so i can choose CTFL_001: ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, IND)
please help me for correct exam code..
ISTQB Guru says
That’s correct.
shaheen shaikh says
Thank you so much!!
Rina says
Can you please tell me the different between
1. ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, IND)
2. ISTQB Certified Tester Foundation Level (Syllabus 2011, IND only)
3. ISTQB Certified Tester Foundation Level (Syllabus 2011, A only)
4. ISTQB Certified Tester Foundation Level (Syllabus 2011, CH,FL only)
5. ISTQB Certified Tester Foundation Level (Syllabus 2011, D only)
I am giving the exam in Kuwait
ISTQB Guru says
All of them are same. The only difference is the country. We guess you are from India. Go for 2nd option.
bkpally263 says
Hi ,
I have a query in continuation to above. Will the certificate achieved through ISTQB Certified Tester Foundation Level (Syllabus 2011, IND only) via Prometric /Pearson be valid in other countries like Belgium ? I am an Indian and would like to write the exam from Belgium. I am looking for jobs in India and Belgium
ISTQB Guru says
Yes, certificate is valid worldwide. Please read our FAQ section. We have already answered that question in detail there.
ev says
I have question about exam providers BCS and ISQI.
Are there any differences in exam if I choose BCS or if I choose ISQI as provider?
ev says
I’ve just found your explanation (i.e about buying iPhone in different country)…and I’m understand nowt this difference about these providers and exam.
Thanks a lot, anyway ! 🙂
+ this found:
M Adnan
February 8, 2016 at 4:40 am
Hi,
Please suggest whats the difference between ISTQB CTFL(ISEB-SWT2) exam by BCS and ISTQB CTFL exam by iSQI(CTFL_001ISTQB Certified Tester Foundation Level (Syllabus 2011, worldwide except D, A, CH, FL, GB, IND).
I have to register for ISTQB exam through Pearsonvue and found these both are offering ISTQB exam.
Reply
ISTQB Guru Article Author
February 9, 2016 at 9:35 pm
Technically both are same. If you tell me the country from where you are applying from, I would be able to suggest which one you should select.
anusha says
can u send me the sample papers to my email