I would like to know about the steps to follow for testing a
.NET web application. Please provide detailed steps with
more general scenarios.
Answer Posted / sangamithra
Even the languages are anything to the application.But the testing concepts are same to all the application even it may java, .net.,etc.Testing will be made based upon functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are bug leakage and bug release?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
from where do u collect test data if u miss some data what will happen
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
What are the differences between web applications and client and server applications?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
Which are the standards for software test plans?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
approx how long a simple website take time just for manual testing including report generation.
Write the test cases for file transfer from one user to other from Google Drive/drop box?
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
What is difference between Manual testing and Pega/BPM testing?
You may be overqualified for this position we have to offer
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
diff b/w desktop based testing & web application testing