Can any one tell me.......How the test engg's start testing
in the compy environment.....real time tester PLSSSS help
me i need in depth information regarding this...



Can any one tell me.......How the test engg's start testing in the compy environment.....real..

Answer / Navraj Singh Dharmshktu

Starting with testing in a company environment involves several steps. Here's an overview of the process:n
1. Requirement Analysis: The test engineer reviews the project requirements and creates test cases based on them.n
2. Test Case Design: The test engineer designs test cases that cover various scenarios, including functional, performance, security, and usability testing.n
3. Test Environment Setup: The test engineer sets up the test environment by installing necessary software, configuring databases, and setting up test data.n
4. Test Execution: The test engineer executes the test cases and records the results.n
5. Defect Reporting: If any defects are found during testing, they are reported to the development team for resolution.n
6. Regression Testing: After each build or release, regression testing is performed to ensure that previously fixed issues have not been introduced.n
7. Test Closure: Once all testing is complete and no critical defects remain, the project is considered tested and ready for deployment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Have you used TD?

2 Answers  


How will you handle java tree in qtp?

1 Answers  


how to retrieve the xml file data through qtp. can anybody send script for this..

3 Answers   Synechron,


How to test background color and dynamic images which are moving during runtime?

7 Answers   CTS,


If you have given 1000 manual test scripts, what test you will do? and how?

2 Answers  


what is the main process in QTP?

3 Answers   Ordain Solutions,


How will you handle the situation when object is not captured during record?

2 Answers  


How to analyzing test results using quicktest professional?

1 Answers  


when i am running login page i got test run error? Please give me the script to handle run time exceptions. It's urgent for me.

4 Answers  


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

1 Answers   Cap Gemini,


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

2 Answers   Mphasis,


What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?

1 Answers   CTS,


Categories