Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising
dionysus

Top posts

  • Typical Objectives of Testing

    22 April 2019 ( #TESTER )

    Typical Objectives of Testing For any given project, the objectives of testing may include: To evaluate work products such as requirements, user stories, design, and code To verify whether all specified requirements have been fulfilled To validate whether...

  • What is Testing?

    21 April 2019 ( #TESTER )

    What is Testing? Software systems are an integral part of life, from business applications (e.g., banking) to consumer products (e.g., cars). Most people have had an experience with software that did not work as expected. Software that does not work correctly...

  • Some question about the test - part 12

    07 May 2019 ( #TESTER )

    Q38. Which of the following is a MAJOR task of test planning? A, Scheduling test analysis and design tasks B, Initiating corrective actions C, Monitoring progress and test coverage Answer: A Q39. Where may functional testing be performed? A, At system...

  • The different phases of a Bug Life Cycle and Cost of fixing bugs 

    05 May 2019 ( #TESTER )

    Bug Life Cycle starts with an unintentional software bug/behavior and ends when the assigned developer fixes the bug. A bug when found should be communicated and assigned to a developer that can fix it. Once fixed, the problem area should be retested....

  • Risk-based Testing and Product Quality

    28 April 2019 ( #TESTER )

    Risk-based Testing and Product Quality Risk is used to focus on the effort required during testing. It is used to decide where and when to start testing and to identify areas that need more attention. Testing is used to reduce the probability of an adverse...

  • Some question about the test - part 12

    30 April 2019 ( #TESTER )

    Q35. Component testing is also called as: i.unit testing ii. program testing iii. module testing iv. system component testing Choose A, i, ii, iii are true, iv is false B, i, ii, iii, iv are true C, i, ii, iv are true, iii is false D, all of the above...

  • Some question about the test - part 9

    30 April 2019 ( #TESTER )

    Q25. Functional system testing is: A, testing that the system functions with other systems B, testing that the components that comprise the system function together C, testing the end to end functionality of the system as a whole D, testing the system...

  • Some question about the test - part 10

    30 April 2019 ( #TESTER )

    Q28. The difference between re-testing and regression testing is: A, re-testing ensures the original fault has been removed; regression testing looks for unexpected side-effects B, re-testing looks for unexpected side-effects; regression testing ensures...

  • Some question about the test - part 5

    30 April 2019 ( #TESTER )

    Q13. Which of the following is true of the V-model? A, It states that modules are tested against user requirements. B, It only models the testing phase. C, It specifies the test techniques to be used. D, It includes the verification of designs. Answer...

  • Some question about the test - part 7

    30 April 2019 ( #TESTER )

    Q19. Which of the following is a form of functional testing? A, boundary value analysis B, usability testing C, performance testing D, security testing Answer: A Q20. Regression testing should be performed: v. every week w. after the software has changed...

  • Some question about the test - part 8

    30 April 2019 ( #TESTER )

    Q22. Non-functional system testing includes: A, testing to see where the system does not function correctly B, testing quality attributes of the system including performance and usability C, testing a system function using only the software required for...

  • TASK OF A TEST TESTER

    29 April 2019 ( #TESTER )

    TASK OF A TEST TESTER Typical tester tasks may include: Review and contribute to test plans Analyze, review, and assess requirements, user stories and acceptance criteria, specifications, and models for testability (i.e., the test basis) Identify and...

  • What is Exploratory Testing?

    26 April 2019 ( #TESTER )

    What is Exploratory Testing? Exploratory testing is a hands-on approach in which testers are involved in minimum planning and maximum test execution. The planning involves the creation of a test charter, a short declaration of the scope of a short (1...

  • Advantages,Testing Steps and Testing strategy of Fuzz Testing

    26 April 2019 ( #TESTER )

    Fuzz Testing in Software Testing Advantages of Fuzz Testing: The following are the advantages of the Fuzz testing. Fuzz testing aims to find the most serious security level fault or defect in the software application which will leave no room for the hackers...

  • Testing documentation

    08 May 2019 ( #TESTER )

    Testing documentation Testing documentation involves the documentation of artifacts which should be developed before or during the testing of Software. Documentation for Software testing helps in estimating the testing effort required, test coverage,...

  • What's the Difference Between Automated Testing and Manual Testing?

    08 May 2019 ( #TESTER )

    What's the Difference Between Automated Testing and Manual Testing? Software testing is a huge domain, but it can be broadly categorized into two areas: manual testing and automated testing. Both manual and automated testing offer benefits and disadvantages....

  • Black Box, White box and Grey Box testing

    05 May 2019 ( #TESTER )

    Testing Methods Black Box Testing The technique of testing without having any knowledge of the interior workings of the application is Black Box testing. The tester is oblivious to the system architecture and does not have access to the source code. Typically,...

  • Some question about the test - part 13

    07 May 2019 ( #TESTER )

    Q51. Verification is: A, checking that we are building the right system B, checking that we are building the system right C, performed by an independent test team D, making sure that it is what the user really wants Answer: B Q52. The difference between...

  • Result of Sample PMP Exam Questions

    13 January 2020 ( #PM, #PROJECT MANAGEMENT )

    Result of Sample PMP Exam Questions 1. c; 2. d; 3. b; 4. b; 5. a; 6. b; 7. d; 8. a; 9. c; 10. a; 11. b; 12. c; 13. c; 14. c; 15. d; 16. d; 17. c;18. a; 19. b; 20. b

  • Các bước ghi script JMeter

    27 April 2019 ( #TESTER )

    Các bước ghi script JMeter Đầu tiên chạy JMeter đã được tải Sau đó thực hiện các bước như trong hình Các bạn cần đổi proxy của máy tính Sau đo bạn chạy lại trang web Ctrl + F5, và được hình như này Vậy là các bạn đã ghi xong rồi đó, hẹn các các ở bài...

  • How important it is to fix the bug and when it should be fixed ?

    25 April 2019 ( #TESTER )

    How important it is to fix the bug and when it should be fixed ? 3. _____ indicates how important it is to fix the bug and when it should be fixed. Severity Priority All of the above None of the above Answer: C Note for me: Indicates: chỉ ra Severity:...

  • Equivalence testing

    23 April 2019 ( #TESTER )

    1. Equivalence testing divides the input domain into classes of data from which test cases can be derived to reduce the total number of test cases that must be developed. True False Answer: A Note for me: Equivalence: phân vùng tương đương

  • Confirmation testing

    23 April 2019 ( #TESTER )

    1. When a defect is detected and fixed then the software should be retested to confirm that the original has been successfully removed. This is called: Regression testing Maintenance tesing Confirmation testing None of the above Answer: C

  • The firstday in Overblog

    20 April 2019 ( #NEWS )

    The firstday in Overblog Today I'm very happy! My name is Sim, He is my Idol and his name is V from BTS band. They are so popular. Hello , it's nice to see you again! 🙂 This is my first post. A great way of storing information!

<< < 1 2 3 4 5
Advertising