tester
Product and Project Risks
Product and Project Risks Product risk involves the possibility that a work product (e.g., a specification, component, system, or test) may fail to satisfy the legitimate needs of its users and/or stakeholders. When the product risks are associated with...
Risk-based Testing and Product Quality
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...
Main Principles for Tool Selection
Main Principles for Tool Selection The main considerations in selecting a tool for an organization include: Assessment of the maturity of the organization, its strengths, and weaknesses Identification of opportunities for an improved test process supported...
Test management tools
Test management tools Test management tools often need to interface with other tools or spreadsheets for various reasons, including: - To produce useful information in a format that fits the needs of the organization - To maintain consistent traceability...
Benefits and Risks of Test Automation
Benefits and Risks of Test Automation Simply acquiring a tool does not guarantee success. Each new tool introduced into an organization will require effort to achieve real and lasting benefits. There are potential benefits and opportunities with the use...
Test Tool Considerations
Test Tool Considerations Test tools can be used to support one or more testing activities. Such tools include: Tools that are directly used in testing, such as test execution tools and test data preparation tools Tools that help to manage requirements,...
Các bước ghi script JMeter
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...
Các bước cài đặt Apache JMeter
Các bước cài đặt Apache JMeter Yêu cầu: Máy tính của bạn đã cài Java jdk, nếu chưa cài các bạn có thể cài theo các bước sau: Lên google gõ download Java là được ngay, mình khuyên bạn nên cài bản gốc của nhà cung cấp. Sau khi cài xong các bạn tiếp tục...
Some question about the test - part 4
Some question about the test - part 4 Q10. During the software development process, at what point can the test process start? A. When the code is complete B. When the design is complete C. When the software requirements have been approved D. When the...
Some question about the test - part 3
Some question about the test - part 3 Q7. System Integration testing should be done after A. Integration testing B. System testing C. Unit testing D. Component integration testing Answer: C Note for me: System Integration testing is the most important...