which testing life cycle are u following & explain
Answers were Sorted based on User's Feedback
Answer / pune tester
I am not sure about "Which", but following is the
explanation:
Test Requirements:
1. Study Requirements
2. Clarify requirements that are not clearly understood
Test Design
1. Understand Documents
2. Design, Review and update test scenarios
3. Design, Review and update test cases
4. Prepare test data required for testing
Test Execution
1. Set up test environment
2. Perform validity of Build notification (version
number, RM/RN documents)
a. If fails,
i. Reject the build
ii. Mention the reason in BAR
b. If accepted,
i. Mention the same in BAR
ii. Perform smoke testing
3. Smoke testing
a. Install build
b. Perform smoke testing
c. Prepare BAR, based on results
d. Reply to Build notification email, after smoke
testing is conducted
4. Build notification (internal)
a. Once the build in accepted, notify the team members
to install the build on their machines
5. Perform testing, log defects
6. Update test cases
Test Reporting:
1. Report test results
a. Review defects
b. Prepare and send TSR
hope this helps
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jaya
I think this means which model of testing do u follow.V-
model is the one that we follow,in which both testing and
development activities go hand in hand.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jaya
Sorry..Answer continued...
V-Model is the one we follow.
Test life cycle begins with test plan,test case design,test
execution,defect tracking,preparing reports
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srivalli
Soft ware testing includes the following stages:
1.Test initiation :- PM or TM
2.Test Planning :- Test leader(IEEE829 standards)
3.Test Designing:- Test Engineer
4.Test exicution:-Quality engineer
5.Test exicution :- PM, Tm
and finally it comes under "Test Reporter". Soft ware
testing life cycle is the part of Soft ware development
life cycle.
| Is This Answer Correct ? | 0 Yes | 0 No |
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
1. How will you load the object during run time? 2. How do you close the Task Manager through QTP? 3. How will you handle the situation when object is not captured during record? 4. How QTP support all types of applications (Platforms) 5. What is throw object? 6. Purpose of automation as many points as possible 7. What In-string function will do? 8. In website, protocol has been changed http: to https what you will do? Tell me your Approach? 9. Runtime dynamic settings. 10. Types of exception handling and script for that. 11. On resume next(recovery, do u write the script in notepad, if so, what is the script and how to call it when ever it occurs? ________PLs anyone give me the answers for these questions. Thanks a lot!
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
What are the modes of script recording in winrunner ?
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com
what is the name given by WR to Microsoft excel file
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.
What is the purpose of regexp_msw_class property?
What do you verify with the database check point custom and what command it generates, explain syntax?
What happens when the gui map file get loaded?
How do you run your test scripts?
What is the difference between "invoke_application" and "web_browser_invoke" functions in winrunner