testcase
Automated input generator for black-box testing
I am a newbie for software testing. I want to know, is there any open source tool for automated test case 开发者_C百科generator black-box testing.[详细]
2023-04-08 02:49 分类:问答How to reduce the time in executing Selenium test cases?
I\'m writing the Selenium test cases for each screen to test the different scenarios. In our project for each build in Jenkins, its Selenium test cases (QA) also runs automatically.[详细]
2023-04-07 04:20 分类:问答Error in email sending during testcase in django?
I have a simple django application which allows users to add a new user.Whenever we created a new user,a mail will send to that respective email-id (what we gave while creating a new user).If i have a[详细]
2023-04-06 06:31 分类:问答Attempting to run Selenium IDE Python scripts as test suite
I have a couple of problems with running more than one Python test script exported by Selenium IDE Python Remote Control plugin formatter.[详细]
2023-03-31 18:27 分类:问答Why Sahi Automated Test Cases aren't running in IE8?
I am new to Sahi Testing tool. I recorded some test cases using Sahi, when I play back in IE 8.. On my Terminal I am getting error:[详细]
2023-03-31 10:33 分类:问答Start a second activity inside a TestCase (which is not the activity under test)
How can I start a second (mock) activity in a ActivityInstrumentationTestCase2 or InstrumentationTestCase?[详细]
2023-03-26 17:09 分类:问答Stop testsuite if a testcase find an error
I have a testSuite in Python with several testCases. If a testCase fails, testSuite continues with the next testCase开发者_如何转开发. I would like to be able to stop testSuite when a testCase fails[详细]
2023-03-23 03:56 分类:问答Why would it not be good to have a test case step tell you to repeat a previous step again?
Let\'s say I have a test case with some steps in it. Now, let\'s say that step 3 needs to be repeated after you complete steps 4 and 5 ... so that when you do step 6 you are in the right place.[详细]
2023-03-20 16:17 分类:问答How to disable rendering the view in ActionController TestCase (Rails 3.0.9)
What\'s the prope开发者_运维技巧r way to disable ActionController::TestCase to actually render the views?[详细]
2023-03-19 16:46 分类:问答Error reading test cases from a file in C
for a programming homework, I\'m implementing Prim\'s algorithm, the format of the input file for test cases is as follows:[详细]
2023-03-19 11:55 分类:问答