what is the best defect(functionally relaleted) u find in u
r career?
Answers were Sorted based on User's Feedback
Answer / akshay sinha
It depends upon its Severity and priority . So If Against
the functionality you find anything then its a great
Defect , but if you are finding a defect which comes after
several attemts or at rare condition then its not too much
severe and Good defect .I have found first that when i was
not able to login in a particular application which i am
going to Test . And it was great becuase it was not
itermittent issue , its Really a defect .
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mudaseer
my project is on android application the best defect i have i have found is force close it means the application crashes when i click on a link (i e the application is stopped by operating system)
this is high priority and high severity defect which i have to
report to developer immediately
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the non functional requirements?
Can you tell me some thing about source code testing tools?
is there any openings in testing mba guys
what is testing? What is software testing? how can i write test case on pen?
What is Independent Testing?
What is selenium why we are using Selenium with examples?
2 Answers L&T, Student, Trident,
What type of testing you do in your project?
3 Answers Geometric Software, TCS,
if it is a web testing,what is a dead link and a broken link.,and what are the other things we test in a web application related to functionality other than field level and form level validations.
What is the differencein validation & verification?? What we exactly do in verification & validation ????? Give an example....
How the value of P in cyclomatic complexity is calculated? P:The number of connected path.
If you find a bug and the developer says it is as-designed, what can you do?
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance