automated-tests

Is there a .net framework that manages unit AND integration testing?

One of the boasts I've heard of unit testing is that you can run 2000+ tests in a minute or so.. because the only limit is cpu speed and ram. I, however like to include external dependency assertions/testing in my test projects (such as: does the user account the application logs on with have insert/update/delete permissions on the appr...

Creating test cases against html security exploit

In a ASP.NET MVC along with a test case project, How does someone create a test case to test against existing security exploits on a controller method? For example, how do you create a test case for a call that need anti-forgery token? Or XSS? ...

TestComplete Issue using Rad Controls

Hi I am using TestComplete software for testing my web application.I have developed the web application using rad controls.But when trying to automate sections that used rad controls using testcomplete,It resulted me with an exception"Object does not exist". Please help me to resolve this problem Regards Prasheej ...

Selenium Testing of GWT 2.0

How can I make a selenium click() work the same as a manual mouse click? I have recently upgraded GWT from 1.7.1 to 2.0. Some selenium tests (SeleniumRC v1.0.1, IE7) are now failing. It seems that the Selenium.click() method is not selecting a GWT TreeItem. A manual click will make the TreeItem go blue (ie. look selected and have "gwt-T...

How to check whole website for certain conditions in rendered source of every page , automatically?

Like I want to check on Every page <h3> tag must come after <h2> otherwise page should be marked. like if any page has PDF then Some particular text <p>Download Adobe reader from here</p> should be at bottom of every page is this condition is not matched then page should be marked. I want to make different type of conditions to check ...

Zero-configuration, automated, random testing tools for web-apps?

In short, I'm looking for a tool to perform an automated, zero-configuration, full-frontal assault on a web application. I'm thinking this would logically be a browser-extension that both crawls links on a given domain/path, AND randomly inputs data into forms and submits them. Specifically, form input would randomly include various dat...

QTP - getting value of element

Hi, I am beginning with QTP and just cannot find out how to get value of element. For example when I just want to compare the number of results found by google. I tried to select the element with object spy and use Val(Element) to assign the value into variable..but it doesnt work. Could anyone help with this? BTW, I am not sure whether ...

image focus calculation

Hi folks, I'm trying to develop an image focusing algorithm for some test automation work. I've chosen to use AForge.net, since it seems like a nice mature .net friendly system. Unfortunately, I can't seem to find information on building autofocus algorithms from scratch, so I've given it my best try: take image. apply sobel edge det...

I can't find Microsoft Test and Lab Manager 2010 beta 2

I'm looking to install the beta2 version of MTLM for evaluation purposes, but I can't find a download for it. I can find Visual Studio 2010 beta 2, but that doesn't seem to have it. There's "Team Lab Manager" beta 2, which appears to be concerned with managing lots of Hyper-V VM's and nothing to do with testing There's "Test Elements" ...

Automake: how to handle global and local 'make check' effectively?

In a larger project, I have set up ./tests/Makefile.am to run a number of tests when I call make check. The file global_wrapper.c contains the setup / breakdown code, and it calls test functions implemented in several subdirectories. TESTS = global_test check_PROGRAMS = global_test global_test_SOURCES = global_wrapper.c foo/foo_test.c...

How can I sell non-functional testing tool to my company?

I need to present performance test tool to management team of my company. Some of them think performance testing is not necessary for us because our customer never request or give requirement about performance to us. However one of our current big project found performance problem, responding time is very long, server down when it handl...

Does MS Expression Web SuperPreview have an automation API?

I'm really interested in whether it's possible to use SuperPreview as the browser-target for browser-automation tests written in, for example, Telerik-WebAii, WatiN or Selenium (or anything else for that matter). Anyone know whether this is possible, and if so, how? While I do want to do rendering-comparison testing, I also want to be ...

Threaded access log replayer for Tomcat?

Hi, Suffered a "DOS" attack, which brought down my Tomcat 6 server by issuing numerous GET requests. I would like to replay the access file, preferably with multiple threads. Anyone know a good tool, or do I need to write it myself? ...

Test automation of Aptana (Eclipse) GUI

Hi, I m looking for a tool able to automate tests for Aptana Studio's GUI. Google was not too helpful in this case. Thanks, Shakov ...

Automated Windows UI Testing Approach

We are looking to set up automated UI tests and were wondering what the best approach is, what are the potential pitfalls, is it expensive to set up? Thanks in advance. B ...

In Selenium IDE, how to get the value of the base url

Is it possible to retrieve the value of the base url from inside a Selenium script (a plain HTML-saved script from Selenium IDE)? What I'm trying to do is verify the current url using assertLocation. But assertLocation returns the absolute url. I would like to compare the current url to a relative url without having to use an * at the s...

testing framework selection

Greetings, I am looking for a testing framework. Currently we have a home grown Perl script that loops through the input files, calling an AWK script which in turn connects to a server, then collects the output and compares it to a saved output file. This is done on Linux. Currently there are just over 100 tests. We are planning a maj...

Implementing Communication Between JavaScript Code and Console Application C#

Now I'm solving web server performance testing task and a have a little problem. There is a way to communication between DHTML and C# code. It works perfectly in Win Application but I need Console Application. So I create simple test Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; nam...

How to compare test website and live website

Hi, We have our production server running our website. Then we have a test server which has exact same data but with changes to code to do some new functionality. This web app has over 500 pages. Is there any program that can Login to the test site Crawl through each page and then save the page as html Compare with the same page sav...

Is QA manual testing dead ?

Can I automate all type of tests (unit test, ... etc) so that I don't need QA team to do manual tesing? And if no, Why? ...