Diff B/w Webserver and Client Server

Answers were Sorted based on User's Feedback



Diff B/w Webserver and Client Server..

Answer / mreddy

Client Server:
-client-server is intranet testing
-its a 2 tier a rchitecture means connction your
application to database.
-Here we will be having front-end and back-end
-Limited number of users
-this is in your PC
eg: your company account details


Webserver:
-web testing is internet
-its a 3 tier architecure means your application to webser
-Here we will be having Browser,Webpage and DB Server
-Un limited number of users
-this is the entire connction of your system

Is This Answer Correct ?    3 Yes 1 No

Diff B/w Webserver and Client Server..

Answer / naren

Client server is a technology not a component. Whereas
Webserver is a component which is used for deployement

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Can we Script any test case with out having Object repository? or Using Object Repository is a must

3 Answers   Crea,


What is the quicktest professional (qtp) testing process?

0 Answers  


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

0 Answers  


How to handle Run-time errors?

1 Answers   Crea,


Hoe we can export TEST RESUALT IN to XL-sheet?

1 Answers   IBM,






How to Import data from a ".xls" file to Data table during Runtime.

1 Answers  


What are the different recording modes?

0 Answers  


What are the different kinds of test steps?

0 Answers  


I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.

5 Answers  


Explain different type of event trigger option.

0 Answers  


To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0

2 Answers  


object types is used for what?

1 Answers  


Categories