When would you use get and post requests?
No Answer is Posted For this Question
Be the First to Post Answer
Some sites work with "http://allinterview.com" but for some sites we need to specify "www" - like "http://www.allinterview.com". Why?
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
How do I provide information to the Web Service when the information is required as a SOAP Header?
Can you save a website to your desktop?
Enlist some important test scenarios for testing a website.
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"))
when my application is overloaded?
How to do continuous marquee.. Please send me the code
what are the general webtesting questions and how to respond them in generally in interview point of them
Do capital letters matter in keywords?(search engine point of view)
What happens in a Web application when you enter all the data and click on submit button?
What are the different configurations which have to be considered while testing a website?