Even using any test tool like QTP gets very complex in projects like this. Even if you succeed in creating automation scripts, you may not be able to use them on a longrun as they would be not...
Type: Posts; User: sutnarcha; Keyword(s):
Even using any test tool like QTP gets very complex in projects like this. Even if you succeed in creating automation scripts, you may not be able to use them on a longrun as they would be not...
Sounds like you are a test manager.
I have never heard of Zephyr... but getting status updates on the daily basis needs no separate tool. Your test management tool (Eg. Quality Center) or Project...
I guess there is no Technique as such, it is out of your in-project or in-domain experience that helps you identifiy scenarios.
Getting confirmed that you have not missed any scenario can happen...
Creating Test Cases in Eclipse, what do u mean?
We create Test Cases in Excel, Quality Center, etc. What is Eclipse?
I think you are asked to submit a Hard Copy of Test Data that was identified for Database Testing.
If you have not already identified/created Test Data for Database Testing, please do so, put that...
Any defect that is not reproducable ocassionally, due to unknown reasons can be referred as a strange defect. They are mostly due to unknown or unexpected dependencies of the application.
Tests can be rated based on the probability of finding defects, and the order of execution can be highest probable first.
I strongly agree with kumarakh
But, if this can be done successfully, it can be rated as one of the greatest achievements in any test project.
Arrow Session? Never heard.
TMP - Can you elaborate TMP?
In UAT Phase, the tester is generally working on the defect tracking and relted regression. However, the major responsibility of the test team in UAT phase is to reproduce the defects raised by the...
UAT at developers' site in the customer like environment is Alpha Testing.
UAT at customers' site on their own systems is Beta Testing.
The team who are doing Alpha/Beta Testing could be end...
Product Testing: Here the test team initially follows the requirements defined internally by the projects team. However, the changes that the specific users of the product would need will be defined...
Agree with Geeklover.
A good test case to test the state transition logic should excercise all the activities that change and don't change the state.
People may have one, but not necessary it can be applied by your team in your project by your company.
I mean to say that such a checklist would detail a lot of things that the team / project /...
Yes, using the applicable tools.
1) Not very sure I understood the question, but I think the most probable answer is "Process Testing"
2) Understanding the business logic behind the requirements defined in the SRS.
3) Identifying...
Hi Moderator,
Please delete this thread. I created a new one for this.
Hi all, i was trying to implement error handling functions in my project with “on error” statement. There is no “on error goto <label>” statement in vbscript. There is only “on error resume next” and...
Load - Multiple users simultaneously.
Stress - Single user repeatedly.
A test could be a combination of Stress and Load - Multiple users simultaneously and repeatedly.
For such functionality, there should be same TCs repeated for different scenarios. i.e. 1 scenario for each of Senior/Junior/Admin. If Senior logs in then what would happen, if Junior logs in what...
Testing in development is white box testing like code coverage, statement coverage, condition coverage, iterative coverage etc. Testing in qa is black box testing like functional coverage,...
Following are the possible automation frameworks in any good automation tool available in market today.
5 major frameworks:
Script Modularity, Library Architecture, Keyword Driven, Data Driven...
If you choose copy of an action, a local copy will be saved in the test. If u choose external action, an action from a different test will be run by the current test. Any changes to this external...
I must say... this is a smart piece of code from Ahuja.
We use Object Spy to get the properties and their values to uniquely identify the objects in the application. If we know such properties and...
Hay Rajasekhar... I don't understand what u r trying to ask here... what do u mean 'why we need to create child objects for already created objects'?