which statement about test automation is TRUE7
SELECT ONE OPTION
The true statement about test automation is that test automation levels can be influenced by and can constrain the frequency of code deployments. This reflects the understanding that while test automation can speed up the validation of code changes, enabling more frequent deployments, it also requires that the automation is sufficiently robust to handle the pace and scope of these deployments without becoming a bottleneck.
What is the earliest stage in the application's SDLC at which performance efficiency testing can be performed?
The earliest stage in the application's SDLC at which performance efficiency testing can be performed is during requirements analysis. At this stage, performance requirements and goals are established, providing a baseline for what needs to be tested and verified throughout the later stages of development.
You are working for a company that has a product in the field that has reached its capacity. The system cannot handle any more users without a significant degradation in performance and a significant spike in resource requirements. As a result, your new product has strict requirements for performance efficiency and a specific growth requirement that is estimated for the next three years.
What type of testing should you conduct to make sure the future requirements will be met?
For a product that has reached its capacity limits and requires testing to ensure it can handle projected growth, scalability testing is the most appropriate. Scalability testing evaluates a system's ability to manage an increasing workload without compromising performance or other operational capabilities. This type of testing will help confirm whether the system can handle the estimated increase in load, which is aligned with the strict performance efficiency and growth requirements for the next three years
Which of the following elicitation techniques is BEST usedwhen questioning a large number of stakeholders specifically to obtain information for non-functional acceptance criteria?
SELECT ONE OPTION
Quantitative Questionnaires are the best elicitation technique for questioning a large number of stakeholders specifically to obtain information for non-functional acceptance criteria. This method allows for collecting measurable, numerical data from a broad audience efficiently, which is crucial for understanding and defining non-functional requirements such as performance, scalability, and usability
Which statement about test automation is TRUE?
SELECT ONE OPTION
The true statement about test automation, particularly in contexts aiming for continuous deployment, is that increasing automation levels is generally pursued to increase deployment frequency. Automated tests can be executed faster and more frequently than manual tests, thereby supporting rapid iterative development and continuous integration practices. This accelerates the overall software development process, allowing for quicker deployments to production .