Diff B/w Webserver and Client Server
Answers were Sorted based on User's Feedback
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 |
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 |
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
How to get line numbers in your editor in expert view?
What is difference in global and action sheet in qtp?
how u will evaluate the tool for test automation?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
How do you do batch testing in QTP, if so explain?
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
Hi I am from delhi, Now I can surely say that no institution of QTP here in Delhi After reading you people I want to get cry, from last six month I am trying to learn QTP, I have knowledge too but dont know VB Script. Now it appears that without learning QTP no one can learn complete QTP, I want to get a formal learning in QTP. Can you suggest me the best institution. and please let me know the charges and span of the course too. thanks in advance to you alkaa.dugaal@gmail.com
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is RTM (require ment tracebulity marix) fromate?
how can we call an external library file in QTP apart from using the Executefile statement..?? is there any other way we can call the external library file in QTP..??
2 Answers DST Global Solutions,
What is a runtime datatable ?