41. Why can be tester dependent on configuration management? Because configuration management assures that we know the exact version of the testware and the test object.
Technical Interview Questions
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Interview Questions and Answers For Freshers Part-4
by Sby S31. What is a test log? The IEEE Std. 829-1998 defines a test log as a chronological record of relevant details about the execution of test cases. It’s a detailed …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Interview Questions and Answers For Freshers Part-3
by Sby S21. Which of the following is the main purpose of the integration strategy for integration testing in the small? The main purpose of the integration strategy is to specify which …
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Interview Questions and Answers For Freshers Part-2
by Sby S11. What are different test levels? There are four test levels Unit/component/program/module testing Integration testing System testing Acceptance testing
- Interview Questions and AnswersSoftware TestingTechnical Interview Questions and Answers
Software Testing Interview Questions and Answers For Freshers Part-1
by Sby S1. What is traceability matrix? The relationship between test cases and requirements is shown with the help of a document. This document is known as traceability matrix.
- Interview Questions and AnswersSVGTechnical Interview Questions and Answers
SVG Interview Questions and Answers For Freshers Part-5
by Sby S41.How to draw a close ended polygon in SVG? ‘polygon’ tag of SVG is used to draw a polygon. Following is the commonly used attribute − points – List of …
- Interview Questions and AnswersSVGTechnical Interview Questions and Answers
SVG Interview Questions and Answers For Freshers Part-4
by Sby S31.Can SVG images be made responsive to user actions? Yes! SVG images can be made responsive to user actions. SVG supports pointer events, keyboard events and document events.
- Interview Questions and AnswersSVGTechnical Interview Questions and Answers
SVG Interview Questions and Answers For Freshers Part-3
by Sby S21.Which stroke property defines thickness of text, line or outline of any element? ‘stroke-width’ property defines thickness of text, line or outline of any element.
- Interview Questions and AnswersSVGTechnical Interview Questions and Answers
SVG Interview Questions and Answers For Freshers Part-2
by Sby S11.Which tag of SVG is used to draw a open shape consisting of connected straight lines? ‘polyline’ tag of SVG is used to draw a open shape consisting of connected …
- Interview Questions and AnswersSVGTechnical Interview Questions and Answers
SVG Interview Questions and Answers For Freshers Part-1
by Sby S1.What SVG stands for? SVG stands for Scalable Vector Graphics.