white-box-testing
White-Box/ Black-Box Testing: static or dynamic?
Here is what I understand: Dynamic testing is testing that开发者_JAVA百科 is performed when the system is running.[详细]
2023-03-01 17:28 分类:问答Test cases for a Singly Linked list
What are some good testcases for a Linked list problem in general? for example test cases for a function which finds and eliminates duplicates and returns the pointer to the first node. Some core case[详细]
2023-02-19 15:31 分类:问答Questions on WhiteBox testing, ON-Units, Condition-Coverage
I am reading a book where I am getting stuck at few white box testing concepts. The article in the below link is taken exactly from the book.[详细]
2023-01-18 15:51 分类:问答Disadvantage of White Box Testing? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but thi开发者_如何学编程s question will likely[详细]
2022-12-30 21:07 分类:问答Errors caught by WBT, but not BBT and vice versa
Can you think of one type of error that might be found using White-Box testing, and one type using Black-Box testing. i.e. an error that would be found by one and not the other.[详细]
2022-12-30 21:05 分类:问答Extracting InDesign CS4 Graphics using C# and COM
I\'m trying to get details of the graphics in an InDesign file.For technical reasons I\'m using COM.Not my favourite, as (discussed elsewhere in StackOverflow) you have to spend half your life casting[详细]
2022-12-18 12:48 分类:问答