if u have a application that is demo verson and u want to
perches it if u have full version.
Plz give me some test case for try to break the
applicatin
Answer Posted / vija
hi!
be clear while asking a question...
u r saying that...
"u have demo version" and "full version" of the same
application....
any have my answer for u is as follows(as per my understand)
1.check the functions of trial version stict to as
specified or not.
2.check all the functionalities of the trial version in
full version...thest scenarios should pass
3.apply the extra/extended functionalities of trial version
on full version... these tests should pass
4.execute the test cases of extra functionalities of full
version on trial version...these scenarios should fail.
5.check the working of trial version untill/after its
expary date.
6.check the options for registration/purchasing
I hope it enough...
------------------------
any of u know onter scenarios... plz let me knw..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Explain the load testing?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Can some body help to write possible test cases for a credit card at POS (point of sale)
write the testcases for migrating data from one database to another database?
How many test cases u will write for Acceptance testing?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
How to write test cases for lift?
Explain the integration testing?
how many test cases do u need to ship a product?