13

Ever get assigned a defect like this?

First click any radio button and hit the Next button. Then on the next screen click some buttons and hit back button. Then hit next, change a radio selection, hit back, then next, then back, then next and eventually page will bomb out.

Wtf am I supposed to do with this?!

Comments
  • 2
    Excuse me why does it bomb out ?
  • 6
    Sounds like a stack overflow problem.

    Yes, that's a double-entendre.
  • 1
    Add monitoring
  • 2
    Platform / language? Are any classes being constructed, large things added to arrays, cache, storage? In what way does the app store the entered data between page changes?
  • 1
    Most probably reading and caching large stuff?
Add Comment