You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i need to check that value is exists if field exists and in another scenario wants to validate that value is exists if field exists with this custom value.
{
"gender":"male",
"age"20
}
want to check that age exists if gender exists.
second scenario.
{
"gender":"male",
"age"20
}
wants to check that age exists if gender is male because females don't like others ask for their ages.
Thanks
The text was updated successfully, but these errors were encountered:
i need to check that value is exists if field exists and in another scenario wants to validate that value is exists if field exists with this custom value.
{
"gender":"male",
"age"20
}
want to check that age exists if gender exists.
second scenario.
{
"gender":"male",
"age"20
}
wants to check that age exists if gender is male because females don't like others ask for their ages.
Thanks
The text was updated successfully, but these errors were encountered: