1.what is requirement specification in web engineering?
2.properties of web application?
3.difference between web engineering and web applicaiton?
Answers were Sorted based on User's Feedback
Answer / 104luckyboy.
Answer 1:
Requirement specification in web engineering is a complete
job/task, well it includes Purpose, Project Scope, Classes
and User-interface, Design and Implementation, operating
system, User Documentation, Hardware Interface, Software
interface, Communication Interface, Performance, security
and finally Web Quality Attributes.
Answer 2:
Stand Alone and Distributed Application.
Answer 3:
Web Application is combination of -Web and -Software.
A Software application is usually structured broadly into
three layers
User Interface
Bussiness Logic
Data Base.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which method is used to post a Web page to another Web page?
What is the transport protocol you use to call a Web service SOAP?
Enlist some sub-classes of http response objects?
What is the role of usability testing in web testing?
Do capital letters matter in keywords?(search engine point of view)
How have you used ActionScript in your Flash development? To what length?
How is a Java Web Application deployed on a server?
how to connect application to database by using the command?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))
what is stub in weblogic? dont give me a defination , iwant full ans with example? also tell what is replica-aware stubs.. ok bye send ans as soon as possible
what are the differences between webpage and webservice?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application