Describe me any bug which may arise at the time of testing.With real time environment.

Showing Answers 1 - 15 of 15 Answers

rupesh

  • Nov 17th, 2005
 

RE: Describe me any bug which may arise at the time o...

  Was this answer useful?  Yes

Ravi Kochar

  • Dec 18th, 2005
 

Real Time System is the system which is  Time Constraint, Real Time system runs online, For Example,in Air Tickets Reservation we use Real Time System.

In a Second, we have to get thousands of records in a in realtime system with in one second so

Bugs can occur are

1) Performance issues.

2) System Hangs.

  Was this answer useful?  Yes

Ravikantha Gowd H

  • Mar 2nd, 2006
 

Example of Real Time Testing :

On Banking, Reservation of Airlines/Railway/..etc.

On Banking: Suppose if you are working on the system and you have entered a/c holder name to get his/her details of bank transactionS and if you gets a blank screen/some other screen which are not related to what you are supposed to get, that is an error

That is an error.

On Airlines/Railway/..etc: Suppose you are working on the system surfing to get the information of the Available Airlines/Trains/...etc by entering the times of Arrival/Departure dates with timings and if you get blank screen/some other details which wouldn't be related too what you are supposed to get is also an error. 

  Was this answer useful?  Yes

Defects that first become apparent when testing a real-time environment include those caused by interaction between systems,  business logic and rules based on timing and sequence, database, performance, and load.   We find many of these issues throughout the course of our testing.  One issue involved a problem between our customer care and retail systems whereby some of the updates in customer care were not recognized at the retail level.  This issue was caused by a problem with the order of interdependent business rules and could only be found when testing the entire system environment in real-time.   
 


  Was this answer useful?  Yes

Bug is a type of error but in testing language we called as bug. Deviation from expection is called a bug.

It can be of any type
 GUI Bug, funcational bug, non funcatonal bug.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions