How to test whether the navigation i.e. from one page to
another is working r not using QTP for web based application
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between Web 2.0 and Web 3.0?
What do you understand by client-server testing?
Difference between ASP and DHTML?
Define https.
How to kill cookies from Web page?
Give some examples of web applications that are used in our day to day life.
What's the difference between *.vsdisco and *.disco file?
What is frame level testing and how do we test it?
When would you use get and post requests?
What are the available environments on the web?
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"))
Describe the steps to develope and host the webservice for an application?