How To TEST A Web Application
May 5, 2010
i'm a developer with some experience in dotnet 2.0.
i work at the moment with web application and i'd like to find a book or some article about how to test a web application for to know some error that i don't know to do of course :)
is someone knows some good article or book !?
View 6 Replies
Similar Messages:
Mar 24, 2010
I am doing Automated coded ui testing in asp.net 2010 for web application. I am testing site and i need to know how can i create the test which will work with all browsers. Right now i created test in IE 8 but its not working in Firefox. So is there any way i can create one test and will work in all browser.
View 2 Replies
Nov 12, 2010
Performance testing best practices for an ap .net application
View 1 Replies
May 11, 2010
I'm starting to learning some asp.net so I'm looking for an application to develop asp.net using a mac. I know dreamweaver can be used to write asp.net but I don't have any application to run a test server. ondering what my options are regarding developing and testing (not on a live server) using a mac.
View 2 Replies
Jan 12, 2010
This is my first test for Asp.Net Web Application. We have an Engine consisting of several modules. I need to test classes in Engine Module. Though these clases are part of Asp.Net App, they consists of only business logic. How can I test these classes in isolation other being part of WebApp ? because i am getting this error
The Web request 'http://localhost:8936/' completed successfully without running the test. This can occur when configuring the Web application for testing fails (an ASP.NET server error occurs when processing the request), or when no ASP.NET page is executed (the URL may point to an HTML page, a Web service, or a directory listing). Running tests in ASP.NET requires the URL to resolve to an ASP.NET page and for the page to execute properly up to the Load event. The response from the request is stored in the file 'WebRequestResponse_BlogManagerBPOConstr.html' with the test results; typically this file can be opened with a Web browser to view its contents.
[Code]....
View 1 Replies
Oct 18, 2010
So my application worked great on my computer but as soon as I try and put it in production....I'm getting all sorts of issues.
[Code]....
This is the top of Default.aspx.vb.
[Code]....
View 10 Replies
Jan 8, 2011
What is the best way to unit test the presentation layer of a web forms application? I have been told that there are frameworks available like Watin. Are there better tools around?
View 1 Replies
Feb 16, 2010
I had a general question about extracting code from a visual studio web test. I used the "generate code" option of a web test and got the following:
[code]....
What I wanted to do is basically put this test into a separate service to run throughout the day for purposes of health checking. I basically want to make sure that users are able to log in throughout the day. What process should I use to get the test into something like a console app? I was running into issues with debugging the webtest code.
View 1 Replies
Dec 9, 2010
I am using visual studio 2008 and
i need to to a load test my ASP.net to check why users are gone slow when they are working during a pick time
how can i do a load test using Visual studio 2008
View 1 Replies
Mar 19, 2010
how to recognize and test Ajax controls using QTP10 especially remedy application.
View 1 Replies
Mar 13, 2011
I have created website in visual web developer 2010 express and would like to test it in firefox/chrome/safari. How to launch firefox/chrome/safari in visual web developer 2010 express?
View 1 Replies
Dec 26, 2010
I want to unit test my asp.net web application using NUnit.
For this I have downloaded and installed NUnit from internet.
But since I am new to this tool , I am looking for documentation about this tool.
How can I use this tool for testing web applications? give me links to documentation?
Also is it possible to integrate NUnit with visual studio, if yes, how?
View 2 Replies
Mar 30, 2010
we are building a multi-tenant application, which will support that each tenant can have a unique top level domain, the application is build using the asp.net 3.5 and SQL servr 2005, while each tenant will have different database. I have seen a number of questions about the similar applications on the StackOverFlow, but none of them is related to the Testing, I want to know is how one can test the application in a development environment, specially How can we test that each customer connects to his own DB based on the URL. how can we emulate different domains on the local system. like [URL] and [URL]all goes to dev machine's IIS.
View 1 Replies
Feb 6, 2013
how to set time for particular questions.
eg: 2 min.
if the user not click the answer for particular question, it should automatically went to next question. (online exam text).
View 1 Replies
Nov 17, 2010
I need to simulate a proxy server to test mobile device c# application.
Is there a way to do this? how should I do this.
View 2 Replies
Mar 25, 2010
I am developing a single web application that will dynamically change its content depending on which domain name is used to reach the site. Multiple domains will point to the same application. I wish to use the following code (or something close) to detect the domain name and perform the customizations:
[code]....
I would like to test the functionality of the above using the ASP.NET development server. I created mappings in the local HOSTS file to map [URL] to 127.0.0.1, and [URL] to 127.0.0.1. I then browse to the application with the browser using [URL] (etc).
When I try to test this code using the ASP.net development server the [URL] always says localhost. It does NOT capture the host entered in the browser, only localhost.
Is there a way to test the URL detection functionality using the development server?
View 1 Replies
May 15, 2010
i have to do some message exchange with a 3rd party (in a website).When the client posts a page, i start the message exchange. When that doesn't succeed for some reason, i report this to the client by rendering the page with a message.On the background, in a separate thread, i start a process to send abort messages to the 3rd party. I can't do this while the user is waiting for the page to come back, because it might take a few minutes.But in a test project, the test ends when the message to the 3rd party is sent, and after the new thread is started. But it seems that the new thread also ends, when the test is done.
Is that normal behaviour?I do start the thread in a new class with a reference to 2 objects from the class which tries to send the message in the first place, may that be a problem?EDIT: it keeps running when the whole process is started in IIS
View 1 Replies
Mar 19, 2010
How can I test an application that I am publishing to a remote provider's IIS7 hosted site, with the VS2008 development server that is built in with VS2008 on an XP Machine?
My membership/roles work perfectly up on the remote host. On ths hosted IIS7 site when I try to access a secure directory it redirects to login, and I am able to login, however when I launch (debug - F5) from VS2008, it will provide that folder/resource, no questions asked. Same build, config, etc... nothing has changed.
I am running XP, and local IIS version installed is 5.1.
My guess is what is happening is that the new format required in the web.config is configured properly for IIS7 deployment, which is why it works remotely, but when running locally through VS2008/XP it is running with an older version on IIS and does not recoginize the new tags.
View 3 Replies
Jan 19, 2011
My requirement/concern is to test web application locally in multiple browsers with various versions.
If any tool is available, please let me know..
View 4 Replies
Mar 3, 2011
i have datagrid , data coming from database but data in database as formated , i want to show data wihotu format
below example:
<B> test </B> data base has this type data
but in grid i want to show test not with format,
i am getting same data from database.
View 2 Replies
Jan 28, 2011
Im trying to write a small web application for forwarding requests to my page to the new pages on my web site. First off im implementing a IHttpHandler and in the ProcessRequest method i simple want to print out the requesting page, my conde looks like this:
public class RedirectHandler : IHttpHandler
{
public bool IsReusable
{
get { return true; }
[code]...
View 1 Replies
Dec 28, 2010
I'm using the following code to retrieve a value from a SqlDataSource:
[Code]....
The code works fine as long as the variable has a value. But if it's null, then I get errors. How can I test if the value is null?
View 5 Replies
Aug 17, 2010
I am trying to run WaitN test using NUnit. The test is taken from the book Pro ASP.NET MVC 2 Frameworkby Steven Sanderson and it's located on page 73-74.The test is just testing a default MVC 2 application and it looks like this:
[Code]....
I can run the test in the NUnit GUI, but it fails, I get this error message:IntegrationTestingExample.WaitNTests.UserAccountTests.DisplaysUserNameInPageHeader:System.Threading.ThreadStateException : The CurrentThread needs to have it's ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer.This is the stack trace from the NUnit GUI:
at WatiN.Core.IE.CheckThreadApartmentStateIsSTA()
at WatiN.Core.IE.CreateNewIEAndGoToUri(Uri uri, IDialogHandler logonDialogHandler, Boolean createInNewProcess)
at WatiN.Core.IE..ctor()
at IntegrationTestingExample.WaitNTests.UserAccountTests.CreateBrowser() in d:documents and settingsmy documentsvisual studio 2010ProjectsRuneIntegrationTestingExampleIntegrationTestingExample.WaitNTestsUserAccountTests.cs:line 42
at IntegrationTestingExample.WaitNTests.UserAccountTests.DisplaysUserNameInPageHeader() in d:documents and settingsmy documentsvisual studio 2010ProjectsRuneIntegrationTestingExampleIntegrationTestingExample.WaitNTestsUserAccountTests.cs:line 17
WHAT SHALL I DO TO MAKE THE WAITN TEST PASS? AM I DO SOMETHING WRONG? AM I USING THE RIGHT TOOL TO RUN WAITN TESTS?
View 1 Replies
Sep 22, 2010
My question so general, but I think the answer will be specific.
All I want to know is:
Is there a way or steps or mechanism to test the application (web application) in a professional way?
Many times when I finish developing and try my application, testing it with dummy data several times, and when I think every thing is okay and I think I have covered all possible scenarios, I find I forgot important issues, or others tell me they found problems in my application.
How do I overcome this problem, and save my time?
Good links:
[URL]
[URL]
View 7 Replies
Oct 5, 2010
I have a simple web test. All Web tests concluded in the following method:
[code]....
How can I do this?
MembershipCreateStatus
View 3 Replies