Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - govind

Pages: [1]
1
Hi,

   1. I created a Use case diagram.
   2. For the above use case I created a activity diagram manually.
   3. Then I right click the use case and select the properties option
   4. Then I selected the Scenarios tab and selected the Structured     Specification tab.
   5.Right-click in the empty space within the tab  and selected the Create Structure From Generated Activity Diagram from context menu option.
   6.New pop window launched containing folder structure  hierarchy as

     Model
        Use Case Model
           Actors
           Primary Use Cases

     Here Actors and Primary use Cases folders are empty and henceforth I was not able to generate test case for activity diagram.

     Kindly let us know how to generate automated test cases from the activity diagram.  

2
In the above example if I pass data variant to username and password I need to get automated test cases for below mentioned combinations

1. Valid username, Valid password
2. Invalid username, valid password
3. Valid username, Invalid password
4. Invalid username, Invalid password.

Thanks for your question and expecting the reply

3
Hi

How to pass data flow variants to a public activity in activity graph ?

Example:

Take login window as an example:

1. Click the application icon
2. Enter the username
3. Enter the password
4. Click the login button

From above step I need to pass data variants to username and password.

username variants

1. Valid username
2. Invalid username

password variants

1. Valid password
2. Invalid password


Expected Test case:

Number of test case set generated from above scenario is 4.

1. Valid username, Valid password
2. Invalid username, valid password
3. Valid username, Invalid password
4. Invalid username, Invalid password.


Please let me know how to pass data variants to public activity (Ex username and password in activity graph)



Pages: [1]