Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ISTQB Certification або Як підготуватись до зда...

ISTQB Certification або Як підготуватись до здачі екзамену.Метод спроб і помилок

Мирослава Репела
ISTQB Certification або Як підготуватись до здачі екзамену.Метод спроб і помилок
Разом з розвитком ІТ сфери зростає кількісь людей які тестують програмне забезпечення. Все частіше серед вакансій на посаду QA можна побачити пункт ‘ISTQB’ серед переліку вимог. Здача ISTQB сертифіката ‘Foundation’ рівня має багато переваг: він визнається в багатьох країнах світу - що відкриває перспективи карє’рного росту, з іншого боку допомагає впорядкувати знання. Я пропоную вашій увазі свою версію того, як варто готуватись до сертифікації, на що звернути увагу. Розкажу про купу “граблів” під час підготовки і те, як їх обійти.

Grygoriy Mykhalyuno

May 17, 2014
Tweet

More Decks by Grygoriy Mykhalyuno

Other Decks in Programming

Transcript

  1. • 3 quest. Static techniques • 4 quest. Tool support

    for testing • 6 quest. Testing throughout the software life cycle • 7 quest. Fundamentals of testing • 8 quest. Test management • 12 quest. Test design techniques
  2.  Exam structure  40 multiple-choice questions  1 point

    for each correct answer  Pass mark of 65% (26 or more points)  Duration of 75 minutes
  3.  Testing objectives  Finding defects  Level of quality

     Preventing defects  Information for decision-making
  4. Planning and control  Scope and risks  Test approach

     Exit criteria  Schedule of tasks and activities  Monitor progress
  5. Test analysis and design  Review the test basis 

    Identify test conditions  Design the tests  Evaluate testability  Design the test environment
  6. Implementation and execution  Develop, prioritize TC  Create test

    suites  Implement test environment  Execute TC  Log the outcome of execution  Report incidents
  7. Evaluating exit criteria and reporting  Check test logs 

    Verify if more tests are needed  Test summary report
  8. Software test types Functional suitability interoperability security accuracy compliance Non-functional

    performance load stress usability maintainability reliability portability
  9. Decision / Statement testing Switch PC on Start "outlook" IF

    outlook appears THEN Send an email Close outlook Outlook appear? NO YES End Send an email
  10. Pick up and read the newspaper. Look at what is

    on television If there is a program that you are interested in watching then switch the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword Something interesting on the TV? watch the program YES NO crossword ? complete the crossword NO End YES Read newspaper
  11.  Test Standards  IEEE 829-1998 – Software Test Documentation

     IEEE 1028 – Software Reviews and Audits  IEEE 12207 – Software Life Cycle Processes  ISO 9126 – Software Product Quality  BS 7925-1 – Software Testing Terminology