testing

PHP function for getting file size and loading time for a page.

Hi again everybody, Similar to my last question, I'd like to have a PHP function that can take a local path and tell me (a) how much the total file size is for HTML, CSS, JS and images, and (b) the total load time for this page. Like YSlow I think, but as a PHP function. Any thoughts? I looked around and was wondering can I use CURL ...

Adobe Flex static analysis tool

Can anyone recommend a static analysis/code complexity/code metrics tool for Adobe Flex (MXML and Actionscript)? Something like Sonar or Clover? ...

Acceptance Testing - Check Email Received

Hi, I have some acceptance test allows a Windows service to send an email out via smtp, does anyone know of a good way to check if a email has been received via code, at present being sent to an Exchange Mail Box? Regards Iain ...

WSDL.exe - generate interface as well as concrete class for easy fake/mocks later.

Is it possible to get WSDL.exe to generate interfaces as well as, or instead of, concrete classes when it generates proxys to a web service? We're consuming a 3rd party webservice from an ASP.Net application, and have generated our proxy classes using WSDL.exe all well and good. I now want to write tests against my wrapper and business...

What makes a good test procedure for functional requirements?

I'm the lead developer on a new project and have the opportunity to work with the system engineers to create our template for testing functional requirements. I was wondering if anyone had input on what makes a good test procedure template or had an example of a great template. Thanks! ...

click on cell in webtable

hi all i am using vs2010 in ui test when i record "clicking on cell in web table" he record clicking on win cell i want to click on cell in web table that have specific text (the text is parameter that i give) for example if i have a table with row and columns and the number are text that apear on the cell like this 1 2 3 4 5 6 7 8...

what limitations are there to creating demo accts or rather a whole position to just create test data

I was wondering if there are job titles like "Test Data Creator". Seems like the lack of data is a real hinderage to the development process. In fact, some programmers have remarked that is actually the hardest part of a project. Is there a fundamental process limitation that makes this impractical? Like for any company, once an employe...

ActiveMailer test pass when run through ruby but not when rake test:units

Hi All - I'm having trouble with an activemailer test I created. When I run the test directly with ruby, the test passes. When I run all the unit tests they fail, because the way the message is encoded changed. Running the test from rake test:units breaks the email into multiple mimeparts, that do not exist when running ruby unit/mail...

Is the new IE9 a standalone browser

Anyone that has installed the new IE9 know if I can keep IE8 installed? I do a lot of web testing and don't want to update to IE9 if I loose IE8. ...

How to do graph coverage testing for a complex class that require a lot of set up ?

Ok I have a class with methods that has high McCabe Cyclomatic Complexity. I have a school assignment to do graph coverage of that beast. The real problem is that it's hard to set up the inputs. Concretely, the program is a mario platform game and the job of the class is to compute mario states. There is a procedure that move mario and ...

Web-based test plan tracking tool?

I see a lot of questions about test management tools, but none of them seem to do quite what I want them to do. Can anyone help me find what I'm looking for? Here are the kinds of features that I want in a test management tool: Must-have: Easy to add and review test plans with execution steps Tag tests to associate with a particular f...

Web-based test plan tracking tool?

I see a lot of questions about test management tools, but none of them seem to do quite what I want them to do. Can anyone help me find what I'm looking for? Here are the kinds of features that I want in a test management tool: Must-have: Easy to add and review test plans with execution steps Tag tests to associate with a particular f...

Windows C++ unit testing: testing dll-exported class

Hi everyone, I have a new native C++ class that I want to test. It is exported from a dll (project consists of 1 exe and a lot of dll) What's better: to test it through static linking or through dynamic linking? What do you usually do in your projects? The problem is that in the project that I am working on it will take a lot of time ...

what are the various test cases in unit testing

Hello, thanks to help me before. now i m facing the problem of test cases in unit testing so please if u have any idea or example of various test cases of unit testing then provide me. ...

build VS2010 project with TFS2008 build server

is it somehow possible to run tests with it? I am always getting message: (CoreTestConfiguration target) -> MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build. ...

Null Object Reference

Using Nunit to test C# code with the following code block: foreach (XmlNode node in nodeList) { thisReport.Id = node.Attributes.GetNamedItem("id").Value; thisReport.Name = node.Attributes.GetNamedItem("name").Value; thisReport.Desc = node.Attributes.GetNamedItem("desc").Value; if (node.SelectNodes("subreport").Count > 0...

QTP for Flash - any recommendations for a useful plugin?

hi I am using QTP and need to test a flash application. I found 3 plugins for this purpose: Adobe's actionscript, Experitest's SeeTest and Riatest. Adobe's was heay duty learning and i gave up...can anyone recommend one otfthe other options? or provide additional options? ...

how to achieve unit testing by specific code or some other method????

Hello, actually i m not familiar with testing so i wanna know that how we implement unit testing i mean by specific code or some other method please help me if unit testing is done by code then if u have any example or idea then provide me. ...

Entity Framework testing with IRepository - problem with lazy loading

I am refactoring an MVC project to make it testable. Currently the Controller uses the Entity Framework's context objects directly to ask for the required data. I started abstract this and it just doesn't work. Eventually I have an IService and an IRepository abstraction, but to describe the problem let's just look at the IRepository. Ma...

web site testcase sample format

hi , For web development , Can u send some sample test case xls report , Or is there any good open source plz refer , Is there any free automated testing for php web development , Thanks ...