Web testing is the name given to software testing that focuses on web applications. Complete testing of a web-based system before going live can help address issues before the system is revealed to the public. Issues such as the security of the web application, the basic functionality of the site, ...

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

Performance Testing References

I want to start diving into network performance testing field. I have searched on the web a lot, and there aren't good references/tutorials since this looks to be a small market. Can you point me out ...
0
votes
1answer
13 views

How do I access data driven values in a web test plugin

I have a data driven web performance test in Visual Studio 2012. I want to access the values from the data source within a PreRequest() or a PostRequest() plugin. The values are being accessed already ...
0
votes
2answers
46 views

Assert Javascript value in C# with Selenium

I'm writing a test for a webapp. At one point in the application the webpage is completed using Javascript. For testing I'm using Visual Studio 2012 with NUnit and Selenium. I want to check if the box ...
1
vote
0answers
21 views

Visual Studio Web Test - Do not Repeat Login Step

I have created a simple web test in Visual Studio to be used in a load test. This web test logs in to a site using forms authentication, then takes some other actions after logging in. The issue I ...
0
votes
1answer
32 views

How to fix a “WebScarab error 500” with Internet Explorer?

I am newbie to web scarab and tried to configure a proxy in IE for web scarab. After i configure the proxy in IE. I tried to make same configuration in web scarab using "Get IE setting" button. After ...
1
vote
1answer
62 views

How to disable Flash in Firefox with Selenium in Python?

Trying to disable Flash in Firefox with Selenium in Python, using profile settings. This question specifies a way to do it through the GUI, but it would be better for this particular use case to do ...
0
votes
1answer
46 views

FluentAutomation and selenium 2.32.1.0

I recently installed FluentAutomation with selenium 2.32.1.0 from nuget. However, When I try to open a page using the I.Open("http://") method I get the following exception: Could not load file or ...
0
votes
0answers
31 views

How can I access form post parameters from a web test recorder plugin

Using Visual Studio 2012 to create web tests. How can I access form post parameters from a web test recorder plugin? Most aspects of a recorded webtest are visible via Visual Studio's intelisense or ...
0
votes
1answer
31 views

WebTest working but LoadTest not

I created a Web Performance Test for a site which seems to be working fine. It's a simple test for logging in and testing the navigation. Running that test solely works every time. But the problem ...
0
votes
0answers
18 views

How to disable browser view during web test run in Visual Studio

Visual Studio has a built-in browser "emulator" which it uses during web performance test runs to show the server response graphically. I tries to draw the response just like the response would look ...
-1
votes
1answer
110 views

Open Source website performance monitoring [closed]

I am looking for an Open Source solution to monitor my web sites' performance over time. More specifically, I am looking for something I can run on a server that will (on a continual basis) monitor ...
-6
votes
1answer
44 views

When I click on World tab (Australia and Pacific) it shows that the travel navigation bar is active [closed]

http://www.nzherald.co.nz/australia/news/headlines.cfm?l_id=15 What is the problem and how can I solve it
0
votes
1answer
96 views

Online playground to test and compile Underscore templates?

Is there any online site where we can play around with Underscore or Handlebar templates online without needing to download anything?
0
votes
0answers
37 views

Using [AspNetDevelopmentServerHost()] for web UI testing

I have a WebApp project that runs normally in debugging. Now I try to run it for UI testing with Selenium: [TestMethod] [HostType("ASP.NET")] [AspNetDevelopmentServerHost(@"D:\WebAppPath", "/")] ...
0
votes
0answers
34 views

Host web application in test process

I made some tests with ASP.NET application hosted in IIS Express and the site started in Selenium WebDriver, accordingly to this article. There are such lines in [TestInitialize] method: // Start web ...

1 2 3 4 5 13
15 30 50 per page