java - Why is my TestNG dataprovider website blocking? -
i'm using testng, selenium grid , using @dataprovider annotation read testcase values excel sheet. testing 2 sites offer same products using same field names etc., under different brand names.
site processes without issues whereas site b seems aware automation script been run on , redirects contact screen preventing me completing test case. when log on manually, can proceed without problem.
my question is, there tools can prevent use of data injection @dataprovider annotation, and, if so, there way around them?
Comments
Post a Comment