Enlist some web testing tools.
No Answer is Posted For this Question
Be the First to Post Answer
If i have a form, and 1 part of the form needs to use validator framework and the other part need not use, how will i ensure that?
Have you used sass? What’s good about it?
What happens when I type in some url and press enter?
What is intranet application?
If we force XML for web design, the browzer size will reduce. How?
what are the differences between webpage and webservice?
Enlist some web testing tools.
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"))
Define http.
What is difference between webbased application, web enabled application and seb oriented application? Give some exapmles using Microsft languages?
Is web application testing different from desktop application testing? Explain how.
what atttributes we use to create a webservice?