I need some quick help in coming up with Automated scripts in Quick Test Pro. I am looking for some guidance and Question and Answers session. If some body can help me on hourly basis also i...
Hi,
I'm wanting some application I can use to create a visual mock-up of a GUI, any suggestions - personal recommendations would be preferred? I'd rather not have to code on in java - altho...
I need to measure net web page load time (minus the network latency time)? Is there a shareware, free or open-source tool for this..?
The tool(s) should also be able to capture net page lo...
Is it possibel to download TestDirector evaluation copy? if yes then from where I can download? Can anyone please send me the link to download. I tried in goodle but couldn't get it.
I have an ANT script that invokes JUnit.
I need to pass java "-Xms 512M -Xmx 2048M " when JUnit runs on this particular target. But how?
I tried the jvm= option below ... no good. I ju...
As a senior QA Analyst whiz (a modest one, too :), I've been tasked with QA_ing a macro development project that essentially reformats an excel spreadsheet created by a cognos data store so th...
Validation (XHTML 1.0 Transitional) : iAttribute 'align' is consider outdated. A newer constructor is recomended
I am really struggling with creating Unit Tests
Given the attached class, how would you test the Constructor to determine that it is receiving an open Sql Connection? The test autmatically...
Hey all,
I'm looking at doing some testing of a series of applications with gui front ends and back end calls (web service / db etc). Operating systems are Windows and Linux / Unix.
I'm pr...
How can I do the test driven development using the NUnit,
Thanks
I'm getting this error after publishing to the server. It occurs when I test the install.
The dll in question in the manifest file on the target differs from the version I show in my referen...
Given the following code, which is true about the minimum number of test cases
required for full statement and branch coverage
Read P
Read Q
IF P+Q > 100 THEN
Print "Large"
E...
I wrote a sampe test console application in C#, which copies the file to an another file. It works fine when I execute it on my local computer and also on a server. But, when I try to execute ...
I have been tasked with writing some Scenarios for our next project .
Typical situation, Development have started writing code and QA have been included 2 months into the project.
When we...