You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I wanna write a scenario which contains information like this and I don't know how to implement it.
Could you please help me with this🙏 When user creates a customer with following data by sending 'Create Customer Command'
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | [email protected] | +989121234567 | 01-JAN-2000 | IR000000000000001 | Then user can lookup all customers and filter by below properties and get "1" records
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | [email protected] | +989121234567 | 01-JAN-2000 | IR000000000000001 |
The text was updated successfully, but these errors were encountered:
Hello
I wanna write a scenario which contains information like this and I don't know how to implement it.
Could you please help me with this🙏
When user creates a customer with following data by sending 'Create Customer Command'
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | [email protected] | +989121234567 | 01-JAN-2000 | IR000000000000001 |
Then user can lookup all customers and filter by below properties and get "1" records
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | [email protected] | +989121234567 | 01-JAN-2000 | IR000000000000001 |
The text was updated successfully, but these errors were encountered: