-
1. **Blackbox Testing**: Select ONE of the prominent methods related to your use cases and design the decision table black box testing for it. Provide a short description on how you designed your blac…
-
-
So from what I read here. By default this overrides gradle's default test stuff. I don't actually want that, most of the time I want whitebox testing. The only reason I want blackbox testing is to ens…
-
## 一言でいうと
DeepLearning(DL)Systemに誤った振る舞いを起こさせるような画像を自動的に生成し、ラベル付けができるフレームワークを提案している(論文ではDeepXploreと呼ぶ)。DeepXploreは誤認識画像を生成し、既存のモデルを再度学習させ精度を向上させることに成功している。
### 論文リンク
https://arxiv.org/abs/1705.06…
-
So working on the mockito thing, I was hoping to wholesale move some code from one test package into a blackbox test. However it seems that much of their testing code is using their internal package w…
-
I tried to make earlgrey2 whitebox testing setup work through cocoapods but with no success. Looks like the static libraries are missing and the app is crashing on launch. Sample repo:
https://gith…
-
### Expected Behavior
should be valid so that plugins like the jacoco aggregate report can aggreate both.
```kts
val test by getting(JvmTestSuite::class) {
testType = TestSuiteType.UN…
-
Hello,
I'm trying to create AWS lambda layer so I can do some testing but I'm really having hard time getting Linux binaries to work. I have slightly modified docker file so I can test my docker bu…
-
We currently have linux64, linux32, osx, and intel-whitebox post-commit smoke testing. It'd be beneficial to add smoke tests for:
- [x] llvm
- [x] linux64 gasnet
- [x] cygwin? (punted based o…
-
There's the "needs testing" label for PRs. Change requests:
* The label is unclear: Does the OP need a tester who looks at the code while testing (**whitebox tester**) or one who does not look at t…