How to declare the variables globally for diff comparison file to ignore the few response fields
Hi Team,
I have around 4000 regression test cases in my project.
According to new business requirement, need to ignore few fields comparision in the diff file.
Can you please help me if there is a way to do it globally instead of changing existing 4000 test cases manually?
Kindly provide the better solution for this scenario.
Thanks
Gollapudi
0
Comments
These 4000 regression tests come from how many tst files? In each tst file, you can add a global ignored XPath property then click the "Add Property to All button" button. See Global Ignored XPath Properties.
Thanks @benken_parasoft for the quick update.
I will check and confirm on the same.