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
1answer
12 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
45 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
16 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
29 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
52 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
42 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
28 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
30 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
14 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
97 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
78 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
34 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
33 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
vote
1answer
91 views

Headless browser with full javascript support [closed]

I've been using HTMLUnit and it's good but it does not work with all the sites, and when testing new sites I'm always unsure if it will work or not. Is there anything that has "full" JS support? ...
2
votes
1answer
50 views

What is the canonical way to test generated HTML code?

The two approaches I usually follow are: Convert the HTML to a string, and then test it against a target string. The problem with this approach is that it is too brittle, and there'll be very ...
2
votes
1answer
331 views

Automate browserstack.com

Say I want to perform the following test on my website: Load it into the browser. Click on a button, which performs some Javascript. Wait for the Javascript action to complete. Look at how the page ...
0
votes
1answer
76 views

Need to run complete test suite in Junit/TestNG from web page kind of tool

I have few test cases written in testNG and Junit using selenium for testing a webpage. But for executing them i need to go to command line or run them using eclipse each time i want to run. I want a ...
1
vote
2answers
109 views

Handler testing in App Engine fails: webtest import errors

I can't make any sense of this error: ====================================================================== ERROR: test_webtest (unittest2.loader.ModuleImportFailure) ...
0
votes
0answers
25 views

Web Browser Testing with SuperPreview

I have come to perform some browser testing today to find my XP IE6 vhd provided by Microsoft has expired. I check about to see what other people are using for testing and came across IE Tester ...
0
votes
0answers
27 views

How to amend expected status codes in Visual Studio Web Performance Tests

How do you (or even can you) amend the expected HTTP status codes in a Visual Studio Web Performance Test? I'm checking some new bits of a clients site, so using some Visual Studio Web Performance ...
-2
votes
1answer
70 views

Could not find fixture: fitlibrary.spider.SpiderFixture

I try to set up Fitnesse with FitLibraryWeb for Selenium based web tests. The tutorial test at /FitLibraryWeb.SpiderFixture.SpiderTutorial.StartingWithSpider works (I changed the driver from firefox ...
0
votes
0answers
99 views

How to use the Dropbox folder as the document root for Apache

I recently installed Windows 7 Ultimate on Virtualbox to test my web projects with IE, etc. Instead of shared folders I use Dropbox for having the same document root in my Host OS (Ubuntu 12.04) and ...
-1
votes
2answers
66 views

Selenium - how to search text in search results?

I'm using Selenium and Eclipse to test search engine (f.e Google). After typing a term in the search box, how can i search for a certain text in the search results?
0
votes
1answer
60 views

Siesta Integration

Is there any Idea About How to Implement or include Siesta Code or Examples in Tomcat Or how to Deploy siesta examples in Tomcat ? I have Lots of tests.js Files in project , Have to include that in ...
1
vote
0answers
43 views

BusterJS freezes when a lib is included

I have the following setup: buster.js: var config = module.exports; config["web-module"] = { autoRun: true, environment: "browser", rootPath: ".", libs: [ ...
1
vote
1answer
327 views

Using specflow to write acceptance tests for an Mvc4/WebApi website

I've been reading a bit about acceptance testing and I'd like to add some to our web application. We been experiencing a number of regressions recently and I think that this would help us. We're ...
1
vote
1answer
47 views

How do I detect when all bindings have been updated and the page update is complete?

I am looking at how to test a knockout based website via an automated testing tool like Selenium or PhantomJS. The general flow of the tests is: Do something (e.g., click button) Check to see if the ...
0
votes
1answer
55 views

Global var not testable

I cant pass a test because canoo does not support global variables in extrenal js-file. index.html: <html> <head> <script src="index.js"></script> </head> ...
0
votes
1answer
150 views

Cucumber, a method that will be called always? Selenium-webdriver.

I am writing tests using selenium webdriver with cucumber. The web page is very much ajax-based. What I want to do is, whenever cucumber calls a method, it should call someother method ALWAYS. So ...
-4
votes
2answers
103 views

Website Layout Issue (HTML5)

I'm designing my first website (for a start-up IT support company) and I have run into some issues in my learning. Problems are: When I try to put a border around my nav element, it moves the nav ...
1
vote
1answer
112 views

Why Selenium Server didn't find locator

I didn't find locator via Eclipse / Java / Selenium Server 2 Object el = findElement( "//table[@id='global_list']//tr//td[2]//a[text()='mytext']" ); //==> return null String deb = findElement( ...
1
vote
1answer
55 views

Oracle OpenScript - Link Cannot Be Clicked

I am using Oracle OpenScript to test a website. A particular link cannot be clicked during playback, but it was caught during recording. In some cases, during playback the link is highlighted and ...
0
votes
2answers
129 views

Wordpress site is not displaying correctly in internet explorer after server transfer

I have an odd issue. A site that I'm building stopped displaying correctly in IE 8/9 after transferring it to another server. I can't figure out what is wrong with the site. I am starting to suspect ...
0
votes
0answers
76 views

Website not loading properly in IE 9 [closed]

Hello I have been working on this site using a website builder and on the computer I made the site everything seems to be working fine when I use it in Google Chrome, but when I test on another IE9 ...
0
votes
3answers
167 views

How to find specific lines in a table using Selenium?

Here is an example code: <div id="productOrderContainer"> <table class="table gradient myPage"> So this table being in productOrderContainer has a several columns and depending on ...
4
votes
2answers
256 views

How to do web testing for ASP.NET MVC views?

In ASP.NET WebForms, I've used Selenium to record and run my web and UI tests in a number of projects. I know we can unit test Controllers and Models in ASP.NET MVC very easily. What about Views? ...
-3
votes
1answer
92 views

Testing Strategies for website developement [closed]

Recently I developed a small social networking website on Codeigniter Framework.Now I want to know what are testing strategies and tools I should use to test it?
-1
votes
2answers
60 views

how to run the website online without showing to google [closed]

Please dont downvote, if too dubm. i am going to put a testsite-url for my website. so then there will be two websites with same content and what i want is that the second website shouldnot be found ...
2
votes
4answers
1k views

How to select value in a span element with Selenium testing?

The page I am trying to test has a span element that is actually functioning as a drop down select menu. The Selenium code for "select" elements does not work and throws the following: Exception in ...
2
votes
2answers
169 views

Load testing a website

I am currently writing a small application to load test a website and am having a few problems. List<string> pageUrls = new List<string(); // NOT SHOWN ... populate the pageUrls with ...
0
votes
2answers
127 views

click_no_wait doesn`t act click

I have some code like this: content.button(:id,/Submit/).click_no_wait puts 2 autoit = WIN32OLE.new("AutoItX3.Control") puts 3 autoit.WinWait "XXXX" puts 4 ...
0
votes
4answers
730 views

Testing Javascript Using Selenium

I am trying to test a website. I am able to access most web elements, except the menu items. Basically there is a drop-down menu, I managed to click on the menu using Selenium, thus opening the drop ...
1
vote
2answers
125 views

Page objects in watir splash — how to ensure that the proper page object is instantiated

I am using the Watir Splash framework to test a web application, and I have setup two page classes. The first is the "Login" page which is detailed here: module App module Page class Login < ...
0
votes
0answers
41 views

Webtesting with VS2010

I have a project that i need to test. I don't know the exact nature of the project nor the code of it. While i'm doing a webtest it all starts well but as soon as i hit an AJAX request the webtest ...
1
vote
1answer
107 views

Need help debugging - IE not displaying jquery background slider on website

I've had this problem for over a month and client isn't paying me until it's fixed. The website is: http://www.cardwells.co.nz I'm using WordPress as the CMS with a template and some custom work. ...
0
votes
1answer
259 views

Remote Test Laboratory for Mobile App testing

I am developing a mobile web app. I need to know whether there is any Remote Testing Laboratory service (Access to remote mobile devices on web for testing purpose) offering websites available, which ...
0
votes
0answers
124 views

any tools for functional web automation test in Android and iOS, both opensource or commercial is ok [closed]

while automate functional test a web app in Windows system is VERY easy. For example, QTP or Oracle ATS ,and lots of other commercial or open source tool can do it, including recording and playback. ...
0
votes
4answers
212 views

Strange Blank space appearing at right side of the web page

I am trying to build a web page which should appear same in both wide screen as well as in small screen monitors. I was trying to keep it fluid but in the mean time strange blank space appeared at the ...
0
votes
1answer
42 views

Server Manipulation using Linode Manager or other techniques to develop a mirror site

A quick question, does anyone know how I can take an address say www.google.com and create a mirror site such as www.newsite.google.com ? I'm a beginner when it comes to server testing and server ...

1 2 3 4