Which are the major bugs u found while testing an
aplication?
Answer Posted / deepa
major bugs means:
1.If we want to access any page then we have to enter
correct URL in that type server was not founding that
particular page dispalying error like "server not found".
2.Functionlality is not effecting correctly
3.Showstopers---like application is not responding correctly.
for ex:we have to enter 30-02-2007 date(invalid date)
in that application was hanging it's not working forther step.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is common interface?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
Define brain stromming and cause effect graphing?
Can you please explain me how to do testing of an E-insurance project end to end process..
What are noise variables?
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
What is a failure?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What is the difference between SIT AND IST?
What is smoke testing and what is sanity?
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
What is the first test in software testing process?
Can anyone list out major scenarios for an application managing drug composition?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is test startegy?