What is the Real time process for testing please tell in
detain 7it is very urgent.
Answer Posted / raghu
Manual Testing:_
Usecase document
Functional point document
Master test case document
Test data document
Defect profile document
QTP testing process:_
Recording
Editing
Running
Analysing the results
Bug reporting
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are testplan attributes?
How to run a test case from a testplan file?
What is the vo browser extension?
What is the standard flow of execution of a test case?
How to create group and sub group descriptions in a testplan?
How to specify a browser extension to a web application?
How to assign attribute values to test cases?
How to define values for a testplan attribute?
How to open an existing silktest project?
How to download latest silk test trial version?
What is the syntax of ui object identifier used by dom extension?
How record a test case into a testplan automatically?
How to create a test frame?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
What is stored in a test frame?