What is meant code review?
Answer / wajiha
Code review is systematic examination (often as peer review)
of computer source code intended to find and fix mistakes
overlooked in the initial development phase, improving both
the overall quality of software and the developers' skills.
| Is This Answer Correct ? | 1 Yes | 0 No |
which based on check each field in application?
what is the project strategy
give 1 example of an error with high severity and low priority?
Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?
Is there any future in testing field.
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
Tell me the Test cases for the Fan?
i have two questions ,1)wat is sixsigmatesting 2)wat is stand alone project.plz anybody give the answer
What is the test case did u take more time,and difficult to write, in interview they asked, can anyone give the answer please.
what is crud testing ? and who will do this one ?
If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?