Create a generic test executable that can be used with various driver DLLs
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 105
- Forks
- 34
- Avg merge
- 3d 39m
- Merged PRs (30d)
- 5
Description
Today the test executables hard code knowledge of which driver DLL they are testing.
However, a generic test executable can be created that can do things like:
LoadLibrary/FreeLibraryon one or more driver DLLs- invoke
usersim_*()APIs to trigger various events
Such a test executable could only do simple generic things, but may still be useful.
rundll32.exe can do 1 in the meantime, but there are probably generic things in category 2 that would be useful.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing test executables to understand their driver-specific assumptions. Review the proposed LoadLibrary/FreeLibrary flow and the usersim_* APIs, then define which generic event triggers are in scope. Done means a reusable test executable can work with one or more driver DLLs and perform useful generic actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100