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

Top posts

  • Test execution tools

    29 April 2019 ( #TESTER )

    Test execution tools Test execution tools execute test objects using automated test scripts. This type of tool often requires significant effort in order to achieve significant benefits. Capturing tests by recording the actions of a manual tester seems...

  • Purpose and Content of a Test Plan

    29 April 2019 ( #TESTER )

    Purpose and Content of a Test Plan A test plan outlines test activities for development and maintenance projects. Planning is influenced by the test policy and test strategy of the organization, the development lifecycles, and methods being used, the...

  • Product and Project Risks

    28 April 2019 ( #TESTER )

    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...

  • Main Principles for Tool Selection

    28 April 2019 ( #TESTER )

    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

    28 April 2019 ( #TESTER )

    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

    28 April 2019 ( #TESTER )

    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

    28 April 2019 ( #TESTER )

    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 cài đặt Apache JMeter

    27 April 2019 ( #TESTER )

    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

    27 April 2019 ( #TESTER )

    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

    27 April 2019 ( #TESTER )

    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...

  • Differences between SQA and Software Testing

    25 April 2019 ( #TESTER )

    Differences between SQA and Software Testing 1. SQA: Software Quality Assurance is about engineering process that ensures quality Involves activities related to the implementation of processes, procedures, and standards. Example - Audits Training Process...

  • What is Software Testing?

    26 April 2019 ( #TESTER )

    What is Software Testing? Software testing is defined as an activity to check whether the actual results match the expected results and to ensure that the software system is Defect -free. It involves the execution of a software component or system component...

  • Some question about the test - part 2

    26 April 2019 ( #TESTER )

    Some question about the test - part 2 4. Explain what Test Plan is? A test plan can be defined as a document describing the scope, approach, resources, and schedule of testing activities and a test plan should cover the following details. Test Strategy...

  • What is Fuzz testing and when it is used?

    26 April 2019 ( #TESTER )

    What is Fuzz testing and when it is used? Fuzz testing is an automated or semi-automated testing technique which is widely used to discover defects which could not be identified by traditional functional testing methods. It involves providing invalid...

  • Some question about the test - part 1

    26 April 2019 ( #TESTER )

    Some question about the test - part 1 1. What is mutation testing? Mutation testing is a technique to identify if a set of test data or test case is useful by intentionally introducing various code changes (bugs) and retesting with original test data/...

  • Explain what Test Deliverables is?

    26 April 2019 ( #TESTER )

    Explain what Test Deliverables is? Test Deliverables are a set of documents, tools and other components that have to be developed and maintained in support of testing. There are different test deliverables at every phase of the software development lifecycle...

  • What’s the difference between “Priority” and “Severity?”

    26 April 2019 ( #TESTER )

    What’s the difference between “Priority” and “Severity?” Every case in the system is given a priority from 1 to 7, where 1 is the highest priority. The default for new cases is 3. Life or death emergency… the roof is actually on fire. Drop everything...

  • What do you verify in white box testing?

    26 April 2019 ( #TESTER )

    What do you verify in white box testing? In white box testing following steps are verified. Verify the security holes in the code Verify the incomplete or broken paths in the code Verify the flow of structure according to the document specification Verify...

  • What is Quality Control?

    25 April 2019 ( #TESTER )

    What is Quality Control? Quality control popularly abbreviated as QC. It is a Software Engineering process used to ensure quality in a product or a service. It does not deal with the processes used to create a product; rather it examines the quality of...

  • What is Quality Assurance ?

    25 April 2019 ( #TESTER )

    What is Quality Assurance? Quality Assurance is popularly known as QA Testing, is defined as an activity to ensure that an organization is providing the best possible product or service to customers. QA focuses on improving the processes to deliver Quality...

  • Seven Testing Principles

    23 April 2019 ( #TESTER )

    Seven Testing Principles A number of testing principles have been suggested over the past 50 years and offer general guidelines common for all testing. 1. Testing shows the presence of defects, not their absence Testing can show that defects are present,...

  • Test Activities and Tasks

    23 April 2019 ( #TESTER )

    Test Activities and Tasks A test process consists of the following main groups of activities: Test planning Test monitoring and control Test analysis Test design Test implementation Test execution Test completion Each group of activities is composed of...

  • Quality Assurance and Testing

    22 April 2019 ( #TESTER )

    Quality Assurance and Testing While people often use the phrase quality assurance (or just QA) to refer to testing, quality assurance and testing are not the same, but they are related. A larger concept, quality management, ties them together. Quality...

  • Defects, Root Causes and Effects

    22 April 2019 ( #TESTER )

    Defects, Root Causes and Effects The root causes of defects are the earliest actions or conditions that contributed to creating the defects. Defects can be analyzed to identify their root causes, so as to reduce the occurrence of similar defects in the...

  • Errors, Defects, and Failures

    22 April 2019 ( #TESTER )

    Errors, Defects, and Failures A person can make an error (mistake), which can lead to the introduction of a defect (fault or bug) in the software code or in some other related work product. An error that leads to the introduction of a defect in one work...

<< < 1 2 3 4 5 > >>
Advertising