What is frame level testing and how do we test it?
No Answer is Posted For this Question
Be the First to Post Answer
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"))
Have you used sass? What’s good about it?
True or False: To test a Web service you must create a windows application or Web application to consume this service?
Enlist some sub-classes of http response objects?
What are different Layers in TCP/IP?
What is a Complex Element?
Design a web crawler? How will you avoid from getting into infinite loops?
How have you used ActionScript in your Flash development? To what length?
1.what is the difference between webserver and application server? 2. what is the difference between webserver and weblogic server?
Explain how a web application works?
0 Answers TryTechnicals Pvt Ltd,
How to redirect to another page?
How can you test the security of a Web site,both manually and by using a tool?