Plz someone tell me about user interface testing and
backend testing and hw did u use it in ur project.plz give
a detail answer i need to explain it to the interviewer.
plzzzzzzzzz guys its urgent.
Answers were Sorted based on User's Feedback
Answer / vasu
Hi,
user interface testing is nothing but GUI testing or u can
call as front end testing.
Ex:Verifying the functionality of particular object.Suppose
there is submitt button at your home page,for this you have
to validate with some data.First you have to verify title
of submitt button its correct or not then font
size,color,style.After this what is functionality when u
click on submitt button.
Coming to backend testing is known as database testing
also,when you submitt one query or data on above case,you
have to verify at particular table or source it is sending
properly or not.This is known as backend testing.
Gudluck,
Vasu
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sham p
Yes Vasu is correct,
But Only one thing in his Statement is that GUI testing is
not related to any funtional aspect.
Funtion validation is related with funtional testing and
this is separate type of testing.
In concern with GUI testing It is look and feel type
testing.
Whatever things r visible to u on interface,U have to test
all thease things related to their proper look,colour,font
size,Spellings,Need of particular thing is indeed or not
etc.
If I m wrong pls. correct me.
Sham
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chandra sekhar.k
Ex:Verifying the functionality of particular object.Suppose
there is submitt button at your home page,for this you have
to validate with some data.First you have to verify title
of submitt button its correct or not then font
size,color,style.After this what is functionality when u
click on submitt button.
user interface testing gui, if more call 09611678545
| Is This Answer Correct ? | 0 Yes | 0 No |
How to identify what to correlate and what to parameterize?
What is run-time-setting?
Hi Guys, Is it possible to merge and compare graphs from different scenarios in load runnner ?
What is the difference between lr_error_message and lr_debug _message?
How can i test the stress testing through loadrunner, Software is developed in .net & SQL 2005, plz assist me a loadrunner user?
What is loadrunner controller?
can we use Load Runner to perform load testing on client- server application developeds in java? if yes, which protocol to use and how to go for it?
what are the skip functions in Load Runner?
In which scenario, we should use "Vuser as Process" rather than "Vuser as thread" and what is benefit in this case?
While running the tomcat in local host by using loadrunner it shows error like server is not connected give idea to solve this error?
What are deliverables in performance test analysis ?
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian