Questions tagged [manual]

a technical communication document intended to give assistance to people using a particular system

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

379 questions
-3
votes
1 answer

How to measure test coverage

How can i measure the coverage of the manual tests? Are there tools to measure the coverage of the manual tests? I have searched but all the articles refer to unit tests Thank you
-3
votes
1 answer

Why some commands have man entry point, others don't?

Is every command have a manual, or is it just missing so that you can install manual later? Sometimes, even "--help" doesn't give you any information.
daniexia
  • 17
  • 3
-4
votes
7 answers

List of environment based defects in manual testing

I am doing manual testing from 1 year, but need support to know what kind of environment based defects did you encounter while testing. Kindly share your experiences.
-5
votes
1 answer

Convert C# to VB.Net WebBrowser Event

I know C# and I want to convert this code into VB.NET. lol.Navigated += new WebBrowserNavigatedEventHandler(Form1_Navigated); I used all Online Converters but didn't work. But I want to know how convert this code manually.
1 2 3
25
26