Test tools- QUIZ

pdf

School

Centennial College *

*We aren’t endorsed by this school

Course

397

Subject

Computer Science

Date

Jan 9, 2024

Type

pdf

Pages

3

Uploaded by ChefPorcupineMaster87

Report
Test tool Quiz page:1 Tool Presentation Quiz; 21M - COMP311-001 NUnit ANSWER (A,B,C, or D) Q1: Select the tool name that uses Java Script to write the tests; B: Jest A; JMeter B - Jest C HP Loadrunner D - Cypress Q2: Select the tool function that Jira provides; D: Bug Tracking A Source code change tracking B. Stress testing C. WEB functional testing D. Bug tracking Q3 : What tool function does Jest provide? A: Source Code A. Control source code changes B. Framework to create and run test C. Performance testing 4: Which tool handles performance testing? C: Loadrunner A. Git B. Jira C. Loadrunner D: Jest
Test tool Quiz page:2 Q5: Name a function that the tool Jira provides? B: Tracking Issues a. source code control b. Tracking issues c. Jira Q6: Which tool is written in C#; C: NUnit A: Jest B: Loadrunner C: NUnit D: Git Q7: What is the purpose of performance testing? D: A & C A: Validate query response B: Verify communication protocol C: Remove system bottlenecks D: A & C Q8: Which tool is a load testing tool? B: JMeter A: Selenium B: JMeter C: NUnit D: Git Q9: Which tool has a similar purpose to that of Loadrunner? D: Selenium A. Git B: NUnit C: JMeter D: Selenium Q10: Which tool can handle regression testing and performance testing? B: JMeter A: Jest B: Jmeter C: Jira
Test tool Quiz page:3 Q11: The term “incident report” could also be referred to as; C: Issues report A: Problem report B: Analysis report C: Issues report ******************** Short Written answer ************************** Q12:: Write a description of the features of your team’s tool. . 100-150 words. (4) NUnit is a test framework like Junit, where you can define your tests cases, tests suites and assertions. NUnit can run all the tests and show you a report. It can also enable test-driven development. Some features of NUnit: Categories: When testing categories are used, only the tests in the selected categories will be run. This can be made for easy, organized and sometimes even quick testing in some circumstances. Multiple Assemblies: In addition to running tests in a single assembly, NUnit provides support for tests organized as multiple assemblies and for creating and running tests as NUnit Test Projects. Configuration Files: If your application stores settings in configuration files, NUnit provides you with the ability to have settings for your test, which are different from those used in production. Assertions: Assertions are central to unit testing in any of the xUnit frameworks, and NUnit provides a rich set of them, as static methods of the Assert class. If an assertion fails, the method call does not return, and an error is reported. If a test contains multiple assertions, any that follow the one that failed will not proceed with execution.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help