Questions tagged [suite]

132 questions
0
votes
1 answer

Can suitescript read all execution logs?

I wanted to write a suitescript to read all execution logs and spot those that have error logs. If not all logs, atleast those from our custom records. Is it feasible?
0
votes
1 answer

Lettuce test with django and selenium no run on windows

I have a lettuce test suite using selenium and everything works just fine on linux. After I installed django and everything that's needed on windows to test the suite on IE8,9 too, and I tried to run the test, it only opens my browser and says that…
flolancer
  • 1
  • 1
0
votes
1 answer

Is it possible to configure Eclipse to do ctrl+space always like sts 3.3.0 does

Spring tool suite v3.3.0 does ctrl+space action automaticly after every typed character. It gives coding speed. Is it possible to configure Eclipse Juno Service Release 2, to do the same?
0
votes
3 answers

Why does a JUnit suite class not execute its own Test, Before, and After annotations?

Why does a JUnit Suite class, in my cases its called TestSuite.class, not execute its own Test, Before, and After annotations? It only exectutes its own BeforeClass, AfterClass, and then ALL annotations of the suite test classes. I proved this is…
djangofan
  • 28,471
  • 61
  • 196
  • 289
0
votes
2 answers

Anyone know of a full suite of Devise Rspec / Capybara tests

I've been learning Rails 3 with Devise and, so far, seem to have it working quite well. I've got custom session & registration controllers, recaptcha is working and a signed-in user can upload an avatar via carrierwave, which is saved on S3. Pretty…
HapiDaze
  • 335
  • 6
  • 16
0
votes
1 answer

is it possible create two "asterisk" instances with "asterisk java"?

i'm working with asterisk test suite and also creating custom test. but i'm trying replace some python script with java. the problem is i don't know how to create two asterisk instances with custom dial plan for each one using "asterisk java".
ViROscar
  • 148
  • 1
  • 11
-1
votes
1 answer

Run http.ListenAndServe() On Tests using stretchr/testify suite Stop Test From Proceed

I'm trying to create integration tests for my REST API application which I made using gorilla/mux, gorm.io and golang-migrate/v4 For the tests I'm using testify. My SetupSuite() in my integration_Test.go is like this: func (s…
-1
votes
1 answer

Why C compiler validation suites themselves may use the C standard library if the C standard library is actually under test?

How it is possible for C compiler validation suites to use any feature of the C standard library if the C standard library is actually under test and may be buggy (which invalidates the validation suite itself)? For example, the suite may use itself…
pmor
  • 5,392
  • 4
  • 17
  • 36
-1
votes
1 answer

How can I create defect and attach it to defect suite via Rally API (java)?

How can I create defect and attach it to defect suite via Rally API (java)? Can you add an example? Thanks Eyal
-1
votes
1 answer

WSO2 SOA suite first test

Stackoverflow community. I found out that WSO2 community can be contacted on this site, so I'm going to ask a simple orientation question. I would like to deploy a simple "Hello world" service and test it on WSO2 SOA Suite. How should I proceed…
OverTheBitStair
  • 185
  • 1
  • 2
  • 7
-3
votes
1 answer

Robotframework: Suite variable not found in 2nd test case

Hi does anybody know why I cannot reference suite variable defined in TC1 and then referencing it TC2 within one suite I am getting error : Variable not found Running both tests is ok, but runnig tc1 and then tc2 will produce this error Python…
Branio
  • 13
  • 4
-3
votes
1 answer

C# Dock Panel Suite

How can I change the user interface of the dock panel suite in C#? I want to change the icons of the docking arrows. So when you change the posistion of the form, the icons that show the docking positions are different.
1 2 3
8
9