본문 바로가기

Study/Testing

(12)
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..
Software Development Life Cycle (SDLC) Various Software Life Cycle Models Software life cycle models describe phases of the software cycle and the order in which those phases are executed. There are tons of models, and many companies adopt their own, but all have very similar patterns. Some of the models as follows. General Model Water fall model/ Linear Sequential/ Classic Life Cycle Model V-Model Rapid Application Development (RAD)..