Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
816 views

Using NUnit-2.5 RequiresSTAAttribute with TeamCity 4

Using TeamCity, I'm trying to get a (TestAutomationFX) test that requires an STA thread to run . It works via a custom app.config that configures NUnit 2.4.x (8) (as referred to by Gishu, thanks, ...
0
votes
1answer
38 views

gui Information do i from wp7 xap file?

I'm a student in South Korea interested in becoming a programmer. I'm currently interested in making a software to automatize windows application testing. I have a question regarding this matter Is it ...
0
votes
0answers
10 views

Accessing anchor element methods and properties using C#

Using C# code. How can I click on an anchor element that has only href and an image values. It does not have a name or ID. When I click on that image an ASP file that is given in the href is being run ...
0
votes
4answers
1k views

How to run test cases in MS Excel from Selenium IDE?

How to run test cases in MS Excel from Selenium? Any books available to study Selenium test automation?
-1
votes
2answers
103 views

How to use a variable created by later test suite in Robot framework?

I have following test suite structures in my mind: Test Suite 01, has one test case (TC01) in side. Test Suite 02, has one test case (TC02) in side. Variable file available and imported both Test ...