Question
1
Replies
581
Views
Posted: April 25, 2016
Last activity: April 26, 2016
Closed
Automated Unit testing
Hi All,
I want information on Automated Unit testing. I have referred PDN site gathered information on AUT.
Please let me know on below topics.
what are the advantages of AUT?
What is the use of Flow marker?
Is any one having the hands on experience on AUT then please help me...
Message was edited by: Lochan to add Category
Hi Vinod,
Am quite new to Pega as wel as testing. Been looking into AUT on pega 7.1.6 last couple of days.
Advantages of the AUT in pega seem similar to any other unit test, being able to perform automated regressiontesting. So you can identify functionality that has been impacted unintentionally.
The flow markers are basically snapshots from where you can continue testing a flow. This enables you to resume testing form a certain point in a case without having to supply all inputs again.
Testing flows are actually testing entire cases becouse you can only create testcases on startflows.
The online help files can give you more info on how to use unit testing: https://pdn.pega.com/sites/pdn.pega.com/files/help_v71/procomhelpmain.htm#tools/autotest/aboutautotest.htm#kanchor11265
Also some articles on pdn will be helpfull: https://pdn.pega.com/automated-unit-testing (see several articles in index on right pane). They discribe version 6.1 tho most of it applies to 7.1 versions too.
Hope this helps you out a bit!