Answers for "last bug"

0

last bug

DATABASE BUG:
In our application If user need guardian, 
user needs to provide guardian information. 
So I was able to see guardian information on 
UI but it wasn't showing on database. 
There was basically no information about guardian.
UI BUG:
On schedule page when user enter adress or zip code, 
Geolocation was giving nearby locations but 
it wasn't ordered by distance as required. 
So developers fixed it right away.
Another UI bug:
When user wants to schedule an appointment for covid19 test, 
after completing the form by giving their information 
along with patient adress and submit. Covid19 testing 
location should display by default but it wasn't 
showing by default so we had to fix it.
API BUG:
In API Usually bug occurs due to Inappropriate response 
in the XML or JSON, last one I remember was a bit tricky bug 
I had to deal with. I was facing with the unacceptable 
response times of transactions while accessing an e-commerce site. 
While everything appeared fine during manual testing, 
the response times showed huge peaks, I later found out 
that it was because of multiple user authentication
which created repetitive security calls
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language