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



Plz someone tell me about user interface testing and backend testing and hw did u use it in ur pro..

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

Plz someone tell me about user interface testing and backend testing and hw did u use it in ur pro..

Answer / nitu

thanks rajendra.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi,The question is write a script for the following scenario. scenario:in a job portal i entered QTP 3yrs testing then click search button.then it displays results like Test lead bangalore (here is a checkbox). Test lead hyderabad check box so on... question is if test lead position in bangalore then checkbox shld be enabled automatically..

4 Answers   Thatavarti Technologies,


Which scripting language used by quicktest professional?

0 Answers  


What are the various automation frameworks available in qtp?

0 Answers  


When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?

1 Answers   TCS,


How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)

2 Answers  






Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John

0 Answers   IBM,


Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


how many wayes we do the parameterization?

1 Answers  


i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com

0 Answers  


Explain what the difference between Shared Repository and Per_Action Repository

2 Answers  


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

0 Answers   ADITI,


Tell me few important difference Between QTP and WinRunner?

9 Answers   TCS,


Categories