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 / rajendra
User interface means:
Which provides interface for the user to interact with
dack end functions,Database...etc
For example if u take : Yahoo mail.
after entering the Yahoo URL in broser address bar and
pressing on enter key the yahoo login page will be
displayed on the brower screen.
using this u can enter user id and password to loin into
the system.
if yahoo mail application is not providing login page,where
can u enter the User Id and Passsword.
so user interface is used to intreact with the system.
in yahoo mail login page user id,Password Text fields are
user interface elements,which allows user to enter User ID
aned Password.
If we come to backend testing:
Back end means the business logic(functions)server and Data
base.
Testing back end testing means testing the code which
produces the output for the user input.
In Web based systems Browser acts as user agent and talks
with the server ,submits the user requests and displays the
server response.
In Client-Server systems a client tool which is prepared to
communicate with server acts as User agent to communicate
with server.
i think r u clear with my explanation
byee
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
9885162742
hyderabad
| Is This Answer Correct ? | 1 Yes | 0 No |
. My application is updating the user information in the application. Every time it is Adding on record in my application and Validating the information like “Record has added successfully”. Which Check point I have to put in this situation? Why?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
Does the Existing reusable action can be modified at the time of calling the action?? Please help me..
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
Which object repository we use in real time and can we merge 2 object repostiory and how?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How will you find the current time of the remote machine using QTP script?
How to capture screenshots of Exceptions/Errors during run- time?
How can I change object description or check point values in qtp?
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?