What is the Real time process for testing please tell in
detain 7it is very urgent.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kumar
Do you mean for manual testing..?? if so...this is the
process.
1. Test analysis
2. Test plan.
3. Test case Design.
4. Test case execution on the build.
5. Test reporting.
6. Regression Testing.
7. Test closure.
Kumar.rnv@gmail.com
Broadridge
| Is This Answer Correct ? | 0 Yes | 5 No |
Why should we use Silk test .we can use QTP or other tool .What is the difference.
What is the perpose of user-defined base state method?
How to test your defaultbasestate?
Where are the testplan attributes stored?
procedure or steps to do silk test? clearly
How do you create a user defined class in silk?
why silk test sees each objects as custom windows?
How dom browser extension identify a web application ui object?
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 the segue testing methodology?
What are the types of text lines in a testplan file?
How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.