본문 바로가기

분류 전체보기

(510)
The Benefits of early test design Benefits of early test design > 60% of the defects have already been made before coding/implementation has started. > The thought process of designing tests early int eh lifecycle helps to verify the test basis inconsistencies and omissions. > Their removal will increase the quality of the test basis and help to prevent defects from being introduced into the code. As we know that the later in th..
ISTQB FL sample #7 보호되어 있는 글입니다.
ISTQB FL sample #6 보호되어 있는 글입니다.
ISTQB FL sample #5 보호되어 있는 글입니다.
Software Testing Software Testing Software testing is any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results. Although crucial to software quality and widely deployed by programmers and testers, software testing still remains an art, due to limited understanding of the principles of software. The difficulty in software testing stems f..
Test Management - Intresting Questions Test Management-Interesting questionsfor new comer 1.Why test - what is Testing? Testing is a process used to help identify the correctness, completeness and quality of developed computer software. 2. System Testing myths and legends - What are they? Myth1: There is no need to test Myth2: If testing must be done; two weeks at the end of the project is sufficient for testing Myth3: Re-testing is ..
General Interview Questions!! 1. Tell me about yourself The most often asked question in interviews. You need to have a short statement prepared in your mind. Be careful that it does not sound rehearsed. Limit it to work-related items unless instructed otherwise. Talk about things you have done and jobs you have held that relate to the position you are interviewing for. Start with the item farthest back and work up to the pr..
Full Lifecycle Testing Concept What is Software Testing? >>>Process of identifying defects • Defect is any variance between actual and expected results >>>Testing should intentionally attempt to make things go wrong to determine if • things happen when they shouldn't or • things don't happen when they should Types of Testing >>> Static Testing >>> Dynamic Testing Static Testing >> Involves testing of the development work prod..