what are the general webtesting questions and how to respond
them in generally in interview point of them
No Answer is Posted For this Question
Be the First to Post Answer
Define https.
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 the significance of webservice?
How is a Java Web Application deployed on a server?
Explain What do you know about Web Sites.
What are the types of web testing security problems?
What are differences between DTDs and Schema?
What are dynamic pages?
What do you understand by client-server testing?
Explain the functioning of dynamic pages in a website?
What is DOM?
Which method is used to post a Web page to another Web page?