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
/*Please provide code for selecting dateofbirth filed in above URL and putting into the dateofbirth textfield */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using FluentAutomation;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace SchneiderElectric.Wonderware.PSMS.Business.Services.Test
{
[TestClass]
public class Form_submission : FluentTest
{
public Form_submission()
{
SeleniumWebDriver.Bootstrap(
SeleniumWebDriver.Browser.Chrome
);
/* We are trying to opening a link with anchor href element...but we getting testcase failed .*/
TESTING URL:
https://leads.hdfcbank.com/applications/new_webforms/apply/personal-loan/Index.aspx?myLoan=pl&pcode=P4_hp_AppOnl_PL&tbfname=&tbMobile=&selCity=&MonsterBanner=&SourceCode=&campid=&adwcode=&keyw=&FormSource=Old&_ga=1.228355933.1704203867.1433758640
/*Please provide code for selecting dateofbirth filed in above URL and putting into the dateofbirth textfield */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using FluentAutomation;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace SchneiderElectric.Wonderware.PSMS.Business.Services.Test
{
[TestClass]
public class Form_submission : FluentTest
{
public Form_submission()
{
SeleniumWebDriver.Bootstrap(
SeleniumWebDriver.Browser.Chrome
);
}
The text was updated successfully, but these errors were encountered: