- ABP Framework version: latest
- UI Type: Angular
- Database System: EF Core (MySQL.)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:Plesae provide a sample project that having sample test case to check the appservice with sample data
- Steps to reproduce the issue:
*Create a module using ABP studio that module can also contain test project.
*Write a test case to check the Appservice present in application project.
*Write test case with using test Data that need to verify weather the service is working fine or not.
*Repository needs to show the nserted test records.
*After redirected to AppService while debugging the respository still show the inserted test records.



16 Answer(s)
-
0
May be due to permission violation issues you didnt receive the project if not. Please provide a sample project download the module from studio that module cant execute without microservice. After download write a service in appservice project and try to test it by writing sample test cast with test data. When i hit the app service while testing i want to get the repository data to show in app service
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
The template project already contains some test codes; please refer to them.
They are under the
Samplesfolder.and the test document: https://abp.io/docs/latest/tutorials/book-store?UI=NG&DB=EF https://abp.io/docs/latest/tutorials/book-store/part-04?UI=NG&DB=EF
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
I suggest you follow this document
https://abp.io/docs/latest/tutorials/book-store?UI=NG&DB=EF https://abp.io/docs/latest/tutorials/book-store/part-04?UI=NG&DB=EF
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
If you seen I followed the same but still getting my repository getting null in reository_tests after test data seeded. If you had some free time we can connect for a while
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


