SlideShare a Scribd company logo
QA Interview Question and Answer
Top QA Interview Questions Answers for
Fresher and Experienced
www.janbasktraining.com
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
1. How do you determine which piece of software require how much testing?
We can know this factor by finding out the Cyclomatic Complexity.
The technique helps to identify the below 3 questions for the programs /
features
•Is the feature / program testable?
•Is the feature/ program understood by every one?
•Is the feature / program reliable enough?
As a QA we can use this technique to identify the “level” of our testing.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
2. What is the difference between Quality Assurance, Quality Control and
testing?
Quality Assurance is the process of planning and defining the way of monitoring
and implementing the quality (test) processes within a team and organization.
This method basically defines and sets the quality standards of the projects.
Quality Control is the process of finding defects and providing suggestions to
improve the quality of the software. The methods used by Quality Control are
usually established by the quality assurance.
It is the primarily responsibility of the testing team to implement quality control.
Testing is the process of finding defects / bug. It validates whether the software
built by the development team meets the requirements set by the user and the
standards set by the organization. Here the main focus is on finding bugs and
testing team acts as quality gatekeeper.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
3. In case you have any doubts regarding your project, how do you approach?
In case of any doubts, first try to get it clear by reading the available artifacts /
application help. In case of doubts still persisting, ask immediate supervisor or
the senior member of your team.
BA’s would also be a good choice to ask the doubts. We can also touch base with
the development team in case of any doubts. The last option would be to follow
up with the manager and finally to the stakeholders.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
4. What is the difference between Load and Stress testing?
Stress Testing is a technique which validates the behaviour of the system when it
executes under stress. To explain, we reduce the resources and check the
behaviour of the system.
We first understand the upper limit of the system and gradually reduce the
resources and check the system behaviour.
In Load testing we validate the system behaviour under the expected load. The
load can be of concurrent user or resources accessing the system at the same
time.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
5. What are the different verification techniques you know?
Verification techniques are static in nature. There are 3 verification techniques:
Review, Inspection and walkthrough.
1. Review – Is a method by which the code / test cases are examined by the
individual other than the author who has produced it.
2. Inspection – Is a technical and disciplined way to examine and correct the
defects in the test artifact or code. Because it is disciplined.
3. Walkthrough – Is a process in which the author of the document / code
reads the content and gets the feedback.
This is most of the time a kind of FYI (For your information) session rather than
seeking corrections.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
6. What is meant by Verification and Validation?
Validation is the process of evaluating the final product to check whether the
software meets the business needs.
The test execution which we do in our day to day life are actually the validation
activity which includes smoke testing, functional testing, regression testing,
systems testing etc…
Verification is a process of evaluating the intermediary work products of a
software development lifecycle to check if we are in the right track of creating
the final product.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
7. Have you ever managed writing the test cases without having any documents?
Yes, many a time we have a situation where we have to write test cases without
having any concrete documents. In that case, best way is to
1. Collaborate with the BA and development team.
2. Dig into mails which have some information.
3. Dig into older test cases / regression suite
4. If the feature is new, try to read the wiki pages or help of the application to
have an idea
5. Sit with the developer and try to understand the changes being made.
6. Based on your understanding, identify the test condition and send it to BA
or stakeholders to review them.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
8. What is negative testing? How is it different from positive testing?
Negative testing is a technique which validates that the system behaves
gracefully in case of any invalid inputs.
For example, in case user enters any invalid data in a text box, system should
display a proper message instead of technical message which the user does not
understands.
Negative testing is different from positive testing in a way that positive testing
validates that our system works as expected and compares the test results with
the expected results.
------------
Most of the time scenarios for negative testing are not mentioned in the
functional requirement documents. As a QA we have to identify the negative
scenarios and should have provisions to test those.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
9. What is the difference between functional and nonfunctional testing?
Functional testing basically deals with the functional aspect of the application.
This technique tests that the system is behaving as per the requirement and
specification.
These are directly linked with customer requirement. We validate the test cases
against the specified requirement and make the test pass or failed accordingly.
“Examples include regression, integration, system, smoke etc…”
Nonfunctional testing – on the other hand tests the Nonfunctional aspect of the
application. It tests NOT the requirement, but the environmental factors like
performance, load and stress. These are not explicitly specified in the
requirement but are prescribed in the quality standards. So as QA we have to
make sure that these testing are also given sufficient time and priority.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
10. Suppose you find a bug in production, how would you make sure that the
same bug is not introduced again?
Best way is to immediately write a test case for the production defect and
include it in the regression suite. This way we ensure that the bug does not get
introduced again.
Also many a time we can also think of alternate test cases or similar kind of test
case and include them in our planned execution.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
11. Do you think QA’s can also participate to resolve production issues?
Definitely!! It would be a good learning curve for QA’s to participate in resolving
production issues. Many a time production issues could be resolved by clearing
the logs or making some registry settings or by restarting the services.
These kind of environmental issues could be very well fixed by the QA team.
Also If QAs have an insight on resolving the production issues, they may also
include them while writing the test cases, and this way they can contribute to
improve quality and try to minimize the production defects.
QA Interview Question & Answers
JanBask Training QA Training & Certification janbasktraining.com/online-qa-training
Address: 2011 Crystal Drive, Suite – 400
Arlington, VA – 22202
Dial : +1 908 652 6151
Email ID: info@janbasktraining.com
Website: https://www. janbasktraining.com
Thank You

More Related Content

What's hot (20)

PDF
Software Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
Edureka!
 
PDF
Top 50 Software Testing Interview Questions & Answers | Edureka
Edureka!
 
PPTX
Bug life cycle
BugRaptors
 
PPT
Manual testing ppt
Santosh Maranabasari
 
PPT
Basic software-testing-concepts
medsherb
 
PDF
Manual software-testing-interview-questions-with-answers
Sachin Gupta
 
PPTX
Bug life cycle
AnveshPatel7
 
PPTX
Agile Testing Strategy
tharindakasun
 
PPTX
Bug reporting and tracking
Vadym Muliavka
 
DOCX
Interview questions
sivareddyeda
 
PPSX
Manual testing
vigneshasromio
 
PPTX
How to report bugs
Mahmoud Asadi
 
PPT
Performance testing : An Overview
sharadkjain
 
DOCX
Info manual testing questions
Sandeep
 
PPT
Test Management introduction
Oana Feidi
 
PPT
Automation testing
Biswajit Pratihari
 
PPTX
Software Testing or Quality Assurance
Trimantra Software Solutions
 
PDF
Test Mühendisliğine Giriş Eğitimi - Bölüm 2
Mesut Günes
 
DOC
Manual testing good notes
dkns0906
 
PDF
How To Write A Test Case In Software Testing | Edureka
Edureka!
 
Software Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
Edureka!
 
Top 50 Software Testing Interview Questions & Answers | Edureka
Edureka!
 
Bug life cycle
BugRaptors
 
Manual testing ppt
Santosh Maranabasari
 
Basic software-testing-concepts
medsherb
 
Manual software-testing-interview-questions-with-answers
Sachin Gupta
 
Bug life cycle
AnveshPatel7
 
Agile Testing Strategy
tharindakasun
 
Bug reporting and tracking
Vadym Muliavka
 
Interview questions
sivareddyeda
 
Manual testing
vigneshasromio
 
How to report bugs
Mahmoud Asadi
 
Performance testing : An Overview
sharadkjain
 
Info manual testing questions
Sandeep
 
Test Management introduction
Oana Feidi
 
Automation testing
Biswajit Pratihari
 
Software Testing or Quality Assurance
Trimantra Software Solutions
 
Test Mühendisliğine Giriş Eğitimi - Bölüm 2
Mesut Günes
 
Manual testing good notes
dkns0906
 
How To Write A Test Case In Software Testing | Edureka
Edureka!
 

Similar to Software Quality Assurance (QA) Testing Interview Questions & Answers (20)

PDF
Qa interview questions and answers for placements
Garuda Trainings
 
DOCX
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
Computer Trainings Online
 
DOCX
Qa interview questions and answers
sjayasankar2k8
 
DOCX
Fresher interview question for software testing (QA) manual + basic automation
Rakesh Hansalia
 
PPTX
QA Worskhop For Begginers In the Power Point Presentation
WhiteLabel Fox
 
PDF
Manual QA Testing Interview Questions From H2KInfosys
H2kInfosys
 
PDF
Qa interview questions and answers
Garuda Trainings
 
PDF
Software testing q as collection by ravi
Ravindranath Tagore
 
PDF
Free online qa testing training _ H2kinfosys.pdf
sharontims
 
PDF
QA Interview Questions With Answers
H2Kinfosys
 
PPTX
Why software testing
transformtoit
 
PDF
Interview questions and answers for quality assurance
Garuda Trainings
 
PDF
MoT KL Meetup #3 Presentation
NITHIN S.S
 
PDF
Istqb interview questions By H2KInfosys
H2kInfosys
 
DOCX
Qa Faqs
nitin lakhanpal
 
PDF
Software testing
Mahesh Dangare
 
PDF
QA Tester Training Course _ H2kinfosys.pdf
sharontims
 
PDF
Manual testing interview questions and answers
Testbytes
 
PDF
Exploring Different Types of QA Methods_ An Overview.pdf
Polyxer Systems
 
PPTX
Learn sqa from expert class 2reviewed
Sharmin Khan Urmi
 
Qa interview questions and answers for placements
Garuda Trainings
 
Latest Manual Testing Interview Questions and Answers 2015 - H2kinfosys
Computer Trainings Online
 
Qa interview questions and answers
sjayasankar2k8
 
Fresher interview question for software testing (QA) manual + basic automation
Rakesh Hansalia
 
QA Worskhop For Begginers In the Power Point Presentation
WhiteLabel Fox
 
Manual QA Testing Interview Questions From H2KInfosys
H2kInfosys
 
Qa interview questions and answers
Garuda Trainings
 
Software testing q as collection by ravi
Ravindranath Tagore
 
Free online qa testing training _ H2kinfosys.pdf
sharontims
 
QA Interview Questions With Answers
H2Kinfosys
 
Why software testing
transformtoit
 
Interview questions and answers for quality assurance
Garuda Trainings
 
MoT KL Meetup #3 Presentation
NITHIN S.S
 
Istqb interview questions By H2KInfosys
H2kInfosys
 
Software testing
Mahesh Dangare
 
QA Tester Training Course _ H2kinfosys.pdf
sharontims
 
Manual testing interview questions and answers
Testbytes
 
Exploring Different Types of QA Methods_ An Overview.pdf
Polyxer Systems
 
Learn sqa from expert class 2reviewed
Sharmin Khan Urmi
 
Ad

More from JanBask Training (20)

PPTX
A Guide to Salesforce Certification Types
JanBask Training
 
PPTX
What To Learn During The Lockdown?
JanBask Training
 
PPTX
want to become a business analyst without it background
JanBask Training
 
PPTX
How to identify problem in data analysis
JanBask Training
 
PPTX
Become an Expert in Salesforce Apex Triggers | JanBask Training
JanBask Training
 
PPTX
Top 15 reasons to choose qa testing as career
JanBask Training
 
PPTX
Quick nine tips on how to become a business analyst for top management
JanBask Training
 
PPTX
why DevOps Certification is essential for your professional growth
JanBask Training
 
PPTX
What are some Real-Life Challenges of Big Data? | JanBask Training
JanBask Training
 
PPTX
Growing Technology Trends in Education | JanBask Training
JanBask Training
 
PPTX
How to become a SQL Server DBA? | JanBask Training
JanBask Training
 
PPTX
Best Language to Rely Upon For Developing Programs | JanBask Training
JanBask Training
 
PPTX
Get started with hadoop hive hive ql languages
JanBask Training
 
PPTX
Top six benefits of aws certifications in 2019
JanBask Training
 
PDF
What all things to consider for a good career in java
JanBask Training
 
PDF
Know why you should take salesforce certifications
JanBask Training
 
PDF
How to benefit from artificial intelligence machine learning in dev ops
JanBask Training
 
PDF
10 big data analytics tools to watch out for in 2019
JanBask Training
 
PPTX
Become aws certified and get amazing job opportunities
JanBask Training
 
PDF
Top 10 job profiles for salesforce certified professionals
JanBask Training
 
A Guide to Salesforce Certification Types
JanBask Training
 
What To Learn During The Lockdown?
JanBask Training
 
want to become a business analyst without it background
JanBask Training
 
How to identify problem in data analysis
JanBask Training
 
Become an Expert in Salesforce Apex Triggers | JanBask Training
JanBask Training
 
Top 15 reasons to choose qa testing as career
JanBask Training
 
Quick nine tips on how to become a business analyst for top management
JanBask Training
 
why DevOps Certification is essential for your professional growth
JanBask Training
 
What are some Real-Life Challenges of Big Data? | JanBask Training
JanBask Training
 
Growing Technology Trends in Education | JanBask Training
JanBask Training
 
How to become a SQL Server DBA? | JanBask Training
JanBask Training
 
Best Language to Rely Upon For Developing Programs | JanBask Training
JanBask Training
 
Get started with hadoop hive hive ql languages
JanBask Training
 
Top six benefits of aws certifications in 2019
JanBask Training
 
What all things to consider for a good career in java
JanBask Training
 
Know why you should take salesforce certifications
JanBask Training
 
How to benefit from artificial intelligence machine learning in dev ops
JanBask Training
 
10 big data analytics tools to watch out for in 2019
JanBask Training
 
Become aws certified and get amazing job opportunities
JanBask Training
 
Top 10 job profiles for salesforce certified professionals
JanBask Training
 
Ad

Recently uploaded (20)

PPT
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
PPTX
ESP 10 Edukasyon sa Pagpapakatao PowerPoint Lessons Quarter 1.pptx
Sir J.
 
PPTX
A Case of Identity A Sociological Approach Fix.pptx
Ismail868386
 
PDF
COM and NET Component Services 1st Edition Juval Löwy
kboqcyuw976
 
PDF
DIGESTION OF CARBOHYDRATES ,PROTEINS AND LIPIDS
raviralanaresh2
 
PPTX
How to use grouped() method in Odoo 18 - Odoo Slides
Celine George
 
PDF
Nanotechnology and Functional Foods Effective Delivery of Bioactive Ingredien...
rmswlwcxai8321
 
PDF
VCE Literature Section A Exam Response Guide
jpinnuck
 
PDF
Lesson 1 : Science and the Art of Geography Ecosystem
marvinnbustamante1
 
PPTX
2025 Completing the Pre-SET Plan Form.pptx
mansk2
 
PPTX
How to Create & Manage Stages in Odoo 18 Helpdesk
Celine George
 
PPTX
How to use _name_search() method in Odoo 18
Celine George
 
PPTX
SYMPATHOMIMETICS[ADRENERGIC AGONISTS] pptx
saip95568
 
PPTX
Comparing Translational and Rotational Motion.pptx
AngeliqueTolentinoDe
 
DOCX
MUSIC AND ARTS 5 DLL MATATAG LESSON EXEMPLAR QUARTER 1_Q1_W1.docx
DianaValiente5
 
PPTX
Project 4 PART 1 AI Assistant Vocational Education
barmanjit380
 
PDF
Wikinomics How Mass Collaboration Changes Everything Don Tapscott
wcsqyzf5909
 
PPT
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
PDF
Free eBook ~100 Common English Proverbs (ebook) pdf.pdf
OH TEIK BIN
 
PPTX
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
ESP 10 Edukasyon sa Pagpapakatao PowerPoint Lessons Quarter 1.pptx
Sir J.
 
A Case of Identity A Sociological Approach Fix.pptx
Ismail868386
 
COM and NET Component Services 1st Edition Juval Löwy
kboqcyuw976
 
DIGESTION OF CARBOHYDRATES ,PROTEINS AND LIPIDS
raviralanaresh2
 
How to use grouped() method in Odoo 18 - Odoo Slides
Celine George
 
Nanotechnology and Functional Foods Effective Delivery of Bioactive Ingredien...
rmswlwcxai8321
 
VCE Literature Section A Exam Response Guide
jpinnuck
 
Lesson 1 : Science and the Art of Geography Ecosystem
marvinnbustamante1
 
2025 Completing the Pre-SET Plan Form.pptx
mansk2
 
How to Create & Manage Stages in Odoo 18 Helpdesk
Celine George
 
How to use _name_search() method in Odoo 18
Celine George
 
SYMPATHOMIMETICS[ADRENERGIC AGONISTS] pptx
saip95568
 
Comparing Translational and Rotational Motion.pptx
AngeliqueTolentinoDe
 
MUSIC AND ARTS 5 DLL MATATAG LESSON EXEMPLAR QUARTER 1_Q1_W1.docx
DianaValiente5
 
Project 4 PART 1 AI Assistant Vocational Education
barmanjit380
 
Wikinomics How Mass Collaboration Changes Everything Don Tapscott
wcsqyzf5909
 
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
Free eBook ~100 Common English Proverbs (ebook) pdf.pdf
OH TEIK BIN
 
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 

Software Quality Assurance (QA) Testing Interview Questions & Answers

  • 1. QA Interview Question and Answer Top QA Interview Questions Answers for Fresher and Experienced www.janbasktraining.com
  • 2. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 1. How do you determine which piece of software require how much testing? We can know this factor by finding out the Cyclomatic Complexity. The technique helps to identify the below 3 questions for the programs / features •Is the feature / program testable? •Is the feature/ program understood by every one? •Is the feature / program reliable enough? As a QA we can use this technique to identify the “level” of our testing.
  • 3. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 2. What is the difference between Quality Assurance, Quality Control and testing? Quality Assurance is the process of planning and defining the way of monitoring and implementing the quality (test) processes within a team and organization. This method basically defines and sets the quality standards of the projects. Quality Control is the process of finding defects and providing suggestions to improve the quality of the software. The methods used by Quality Control are usually established by the quality assurance. It is the primarily responsibility of the testing team to implement quality control. Testing is the process of finding defects / bug. It validates whether the software built by the development team meets the requirements set by the user and the standards set by the organization. Here the main focus is on finding bugs and testing team acts as quality gatekeeper.
  • 4. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 3. In case you have any doubts regarding your project, how do you approach? In case of any doubts, first try to get it clear by reading the available artifacts / application help. In case of doubts still persisting, ask immediate supervisor or the senior member of your team. BA’s would also be a good choice to ask the doubts. We can also touch base with the development team in case of any doubts. The last option would be to follow up with the manager and finally to the stakeholders.
  • 5. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 4. What is the difference between Load and Stress testing? Stress Testing is a technique which validates the behaviour of the system when it executes under stress. To explain, we reduce the resources and check the behaviour of the system. We first understand the upper limit of the system and gradually reduce the resources and check the system behaviour. In Load testing we validate the system behaviour under the expected load. The load can be of concurrent user or resources accessing the system at the same time.
  • 6. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 5. What are the different verification techniques you know? Verification techniques are static in nature. There are 3 verification techniques: Review, Inspection and walkthrough. 1. Review – Is a method by which the code / test cases are examined by the individual other than the author who has produced it. 2. Inspection – Is a technical and disciplined way to examine and correct the defects in the test artifact or code. Because it is disciplined. 3. Walkthrough – Is a process in which the author of the document / code reads the content and gets the feedback. This is most of the time a kind of FYI (For your information) session rather than seeking corrections.
  • 7. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 6. What is meant by Verification and Validation? Validation is the process of evaluating the final product to check whether the software meets the business needs. The test execution which we do in our day to day life are actually the validation activity which includes smoke testing, functional testing, regression testing, systems testing etc… Verification is a process of evaluating the intermediary work products of a software development lifecycle to check if we are in the right track of creating the final product.
  • 8. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 7. Have you ever managed writing the test cases without having any documents? Yes, many a time we have a situation where we have to write test cases without having any concrete documents. In that case, best way is to 1. Collaborate with the BA and development team. 2. Dig into mails which have some information. 3. Dig into older test cases / regression suite 4. If the feature is new, try to read the wiki pages or help of the application to have an idea 5. Sit with the developer and try to understand the changes being made. 6. Based on your understanding, identify the test condition and send it to BA or stakeholders to review them.
  • 9. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 8. What is negative testing? How is it different from positive testing? Negative testing is a technique which validates that the system behaves gracefully in case of any invalid inputs. For example, in case user enters any invalid data in a text box, system should display a proper message instead of technical message which the user does not understands. Negative testing is different from positive testing in a way that positive testing validates that our system works as expected and compares the test results with the expected results. ------------ Most of the time scenarios for negative testing are not mentioned in the functional requirement documents. As a QA we have to identify the negative scenarios and should have provisions to test those.
  • 10. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 9. What is the difference between functional and nonfunctional testing? Functional testing basically deals with the functional aspect of the application. This technique tests that the system is behaving as per the requirement and specification. These are directly linked with customer requirement. We validate the test cases against the specified requirement and make the test pass or failed accordingly. “Examples include regression, integration, system, smoke etc…” Nonfunctional testing – on the other hand tests the Nonfunctional aspect of the application. It tests NOT the requirement, but the environmental factors like performance, load and stress. These are not explicitly specified in the requirement but are prescribed in the quality standards. So as QA we have to make sure that these testing are also given sufficient time and priority.
  • 11. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 10. Suppose you find a bug in production, how would you make sure that the same bug is not introduced again? Best way is to immediately write a test case for the production defect and include it in the regression suite. This way we ensure that the bug does not get introduced again. Also many a time we can also think of alternate test cases or similar kind of test case and include them in our planned execution.
  • 12. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training 11. Do you think QA’s can also participate to resolve production issues? Definitely!! It would be a good learning curve for QA’s to participate in resolving production issues. Many a time production issues could be resolved by clearing the logs or making some registry settings or by restarting the services. These kind of environmental issues could be very well fixed by the QA team. Also If QAs have an insight on resolving the production issues, they may also include them while writing the test cases, and this way they can contribute to improve quality and try to minimize the production defects.
  • 13. QA Interview Question & Answers JanBask Training QA Training & Certification janbasktraining.com/online-qa-training Address: 2011 Crystal Drive, Suite – 400 Arlington, VA – 22202 Dial : +1 908 652 6151 Email ID: [email protected] Website: https://www. janbasktraining.com Thank You