Questions tagged [test-project]

35 questions
0
votes
1 answer

Microsoft Access CODED UI Tests Control id recording

I have implemented a test framework trough coded UI to test msaccess application which has some buttons and dialog boxes popping up. i have a strange problem which is, when i use coded UI it actually captures the coordinates for the control. this…
steave finner
  • 489
  • 1
  • 6
  • 18
0
votes
2 answers

Visual Studio 2010 Test View doesn't find 2nd NUnit test project

I can see both test projects from the NUnit Gui (loaded separately) but I can not see both projects from the Visual Studio Test View. The Test View only shows the first/original project. Hitting reload doesn't do anything. How do I get the Test View…
DFBerry
  • 1,818
  • 1
  • 19
  • 37
-1
votes
2 answers

Autofac and DI for ValidationAttribute

I have the following validation attribute class: public class ZipCodeValidationAttribute : ValidationAttribute { private readonly IValidationRepository _repository; public override bool IsValid(object value) { var repository =…
-1
votes
2 answers

release android test project in eclipse

Hi I'm working on an android app in eclipse. I create the android project with the test project. I worked on the android test. Now the main project folder haven't classes and files. There is only the manifest. How can release and convert the test…
Andrea Mancini
  • 67
  • 1
  • 11
-3
votes
1 answer

Report steps using TestProject Java SDK

how can I report steps in my java code using TestProject Java SDK? Can anyone share an example?
Kfiryo
  • 32
  • 2
1 2
3