software-testing-community

Open full view…

Testing a site with angular

luizcesar
Tue, 16 Jul 2019 13:25:59 GMT

Hi there, I have recorded a test from a page that is using Angular. In the page I have a field that is using a mask (phone number). This field is required, but when I run the test, this field is not fullfiled and the test fails, If I remove the mask, the field is fullfiled and the test runs ok. Does anybody has already made a test with this scenario? Is there some kind of tip to test when using angular in my testsuites?

jomav
Wed, 04 Oct 2023 11:35:43 GMT

Which specific testing tasks and areas are best suited for automation, and where is it more effective to use manual testing to ensure product quality?

nater
Wed, 04 Oct 2023 11:37:18 GMT

In my opinion, test automation and manual testing are complementary methods, and their choice depends on the specific needs of the project. Automation is ideal for repetitive test cases, regression testing, and scalable applications where you need to quickly perform similar tests. Manual testing, in turn, is indispensable for exploratory testing, user interface testing, user experience assessment and identification of non-standard problems, read more in https://www.computertechreviews.com/enhancing-quality-through-manual-testing-and-test-automation/. It is important to find a balance between these methods to ensure maximum product quality.