Included page: .FrontPage.SAT.NRA.2017.SetUp (edit)

import
TBOT.Generic.Database

!*****> Setup
ddt: SetUp
key value
ConnectionString Server=10.184.25.13,1605;database=AUTOTESTING;User Id=automation; password=automation*100
BytesColumn DataObject
FileExtension txt
ExpectedDir \\C605ZPUOTTFS2.tztst.loc\_QATeam\git\data-ott\IntegrationTests\BaselineFiles\Baseline\files\SAT\YrSpecSuites\2017\BatchAutomation\NRA-new
ExpectedDirectory \\C605ZPUOTTFS2.tztst.loc\_QATeam\git\data-ott\IntegrationTests\BaselineFiles\Baseline\files\SAT\YrSpecSuites\2017\BatchAutomation\NRA-new\DataFiles
ActualDir \\C605ZPUOTTFS2.tztst.loc\_QATeam\FitnesseTestArtifacts\files\Actuals\SAT\YrSpecSuites\2017\BatchAutomation\NRA-new
ResultDir \\C605ZPUOTTFS2.tztst.loc\_QATeam\FitnesseTestArtifacts\files\Results\SAT\YrSpecSuites\2017\BatchAutomation\NRA-new
DownloadPath \\C605ZPUOTTFS2.tztst.loc\_QATeam\FitnesseTestArtifacts\files\Actuals\SAT\YrSpecSuites\2017\BatchAutomation\NRA-new\DataFiles
CompareResultDir \\C605ZPUOTTFS2.tztst.loc\_QATeam\FitnesseTestArtifacts\files\Results\SAT\YrSpecSuites\2017\BatchAutomation\NRA-new
ignoreNodes /Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRARecipInfo/Filing_Dt_Ovr;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRARecipInfo/Filing_Dt;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/Filing_Dt;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/Filing_Dt_Ovr;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/NRAUniqueFormID;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/NRAUniqueFormID_Fl;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/NRAUniqueFormID_Ovr;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/Compute_Dt_Ovr;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/Compute_Dt;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAWAInfo/Filing_Dt;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/NRAUniqueID;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/Error_Cd;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/Error_Cd_Ovr;/Envelope/Body/Get1042SFilingInfoResponse/Get1042SFilingInfoResult/diffgram/NewDataSet/NRAIncomeInfo/NRAUniqueID_Ovr;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/design/columns/column/columnid;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/design/functions/function/functionid;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/design/tables/table/tableid;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/design/tableproperties/tableproperty/tablepropertyid;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/design/orderbys//orderby/orderbyid;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/runtime/batchid;/Envelope/Body/ProcessRegister_UntypedResponse/ProcessRegister_UntypedResult/register/runtime/starttime

ddt:DynamicQuery Select convert(varchar(10),getdate(),101) As TodayDate
TodayDate?
$TodayDate=

import
TBOT.Generic.Database

import
TBOT.Generic

ddt:DynamicQuery SELECT A.AcctNo AS PAN,'{{TaxYear}}' AS TAXYR, LTRIM(RTRIM(DB_Name)) as DB_Name, LTRIM(RTRIM(Server)) as Server FROM BTMDB.dbo.PACKAGE A WHERE AcctNo='{{ACCTNO}}'
ACCTNO TaxYear PAN? TAXYR? DB_Name? Server?
NRA1 2017 $PAN1= $TAXYR1= $BANKDB1= $SRVNAME1=




ddt:DynamicQuery WAITFOR DELAY '00:00:00' Use {{BANKDB}} Select SUBSTRING('{{Yrseq}}',1,4) As YEAR, B.TRUSTNO, convert(varchar(10),TxYrBegin_Dt,101) AS BEGINTAXYR,convert(varchar(10),TxYrEnd_Dt,101)ENDTAXYR,A.TRUSTKEY,A.PERMSEQ from Trust A Join TrustXRef B On A.TrustKey=B.TrustKey Join TrustPerm C On A.TrustKey=C.TrustKey where Yrseq={{Yrseq}} and TrustNo='{{TrustNo}}'
BANKDB Yrseq TrustNo YEAR? TRUSTNO? BEGINTAXYR? ENDTAXYR? TRUSTKEY? PERMSEQ?
$BANKDB1 20170 NRASINGLEBENE $Year1= $TrustNo1= $BeginDt1= $EndDt1= $TrustKey1= $PermSeq1=
$BANKDB1 20170 NRAINCOMECD $Year2= $TrustNo2= $BeginDt2= $EndDt2= $TrustKey2= $PermSeq2=
$BANKDB1 20170 NRAMULTIBENE2 $Year3= $TrustNo3= $BeginDt3= $EndDt3= $TrustKey3= $PermSeq3=
$BANKDB1 20170 NRAMULTIPLEBENE $Year4= $TrustNo4= $BeginDt4= $EndDt4= $TrustKey4= $PermSeq4=
$BANKDB1 20170 NRASUBID100 $Year5= $TrustNo5= $BeginDt5= $EndDt5= $TrustKey5= $PermSeq5=
$BANKDB1 20170 NRAWSCASSET $Year6= $TrustNo6= $BeginDt6= $EndDt6= $TrustKey6= $PermSeq6=
$BANKDB1 20170 BOABEN $Year6= $TrustNo7= $BeginDt7= $EndDt7= $TrustKey7= $PermSeq7=
$BANKDB1 20170 BOAECI $Year6= $TrustNo8= $BeginDt8= $EndDt8= $TrustKey8= $PermSeq8=
$BANKDB1 20170 BOAEXP $Year6= $TrustNo9= $BeginDt9= $EndDt9= $TrustKey9= $PermSeq9=
$BANKDB1 20170 BOAFWQI $Year6= $TrustNo10= $BeginDt10= $EndD106= $TrustKey10= $PermSeq10=
$BANKDB1 20170 BOAQI $Year6= $TrustNo11= $BeginDt11= $EndDt11= $TrustKey11= $PermSeq11=
$BANKDB1 20170 NRABOA $Year6= $TrustNo12= $BeginDt12= $EndDt12= $TrustKey12= $PermSeq12=


ddt: SOAPNoNestedXMLClient undefined variable: SWURL/ten42sforms.asmx SOAP:Action text/xml POST Assert1042Template.xml
SRVNAME BANKDB PAN TAXYR USERID CHNGINI TRUSTNO BEGINTAXYR ENDTAXYR TRUSTKEY TRUSTSEQ PERMSEQ NRARECIPNO XMLExpectedPath XMLFileName ignorexmlmulitnodes hasMultiSchema COMPAREXML?
PSRV1 $BANKDB1 NRA1 $Year1 OFFSHORE-Tasleem Fathima TF $TrustNo1 $BeginDt1 $EndDt1 $TrustKey1 0 $PermSeq1 1 SINGLEBENENRA1.xml SINGLEBENENRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year2 OFFSHORE-Tasleem Fathima TF $TrustNo2 $BeginDt2 $EndDt2 $TrustKey2 0 $PermSeq2 1 INCOMECDNRA1.xml INCOMECDNRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year3 OFFSHORE-Tasleem Fathima TF $TrustNo3 $BeginDt3 $EndDt3 $TrustKey3 0 $PermSeq3 1 MULTIBENE21NRA1.xml MULTIBENE21NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year3 OFFSHORE-Tasleem Fathima TF $TrustNo3 $BeginDt3 $EndDt3 $TrustKey3 0 $PermSeq3 2 MULTIBENE22NRA1.xml MULTIBENE22NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year3 OFFSHORE-Tasleem Fathima TF $TrustNo3 $BeginDt3 $EndDt3 $TrustKey3 0 $PermSeq3 3 MULTIBENE23NRA1.xml MULTIBENE23NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year4 OFFSHORE-Tasleem Fathima TF $TrustNo4 $BeginDt4 $EndDt4 $TrustKey4 0 $PermSeq4 1 MULTIPLEBENE1NRA1.xml MULTIPLEBENE1NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year4 OFFSHORE-Tasleem Fathima TF $TrustNo4 $BeginDt4 $EndDt4 $TrustKey4 0 $PermSeq4 2 MULTIPLEBENE2NRA1.xml MULTIPLEBENE2NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo5 $BeginDt5 $EndDt5 $TrustKey5 0 $PermSeq5 1 SUBID1001NRA1.xml SUBID1001NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo5 $BeginDt5 $EndDt5 $TrustKey5 0 $PermSeq5 2 SUBID1002NRA1.xml SUBID1002NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo5 $BeginDt5 $EndDt5 $TrustKey5 0 $PermSeq5 3 SUBID1003NRA1.xml SUBID1003NRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo6 $BeginDt6 $EndDt6 $TrustKey6 0 $PermSeq6 1 WSCASSETNRA1.xml WSCASSETNRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo7 $BeginDt7 $EndDt7 $TrustKey7 0 $PermSeq7 1 BOABENNRA1.xml BOABENNRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo8 $BeginDt8 $EndDt8 $TrustKey8 0 $PermSeq8 1 BOAECINRA1.xml BOAECINRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo9 $BeginDt9 $EndDt9 $TrustKey9 0 $PermSeq9 1 BOAEXPNRA1.xml BOAEXPNRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo10 $BeginDt10 $EndDt10 $TrustKey10 0 $PermSeq10 1 BOAFWQINRA1.xml BOAFWQINRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo11 $BeginDt11 $EndDt11 $TrustKey11 0 $PermSeq11 1 BOAQINRA1.xml BOAQINRA1.xml true true Both XML Files are Equal
PSRV1 $BANKDB1 NRA1 $Year5 OFFSHORE-Tasleem Fathima TF $TrustNo12 $BeginDt12 $EndDt12 $TrustKey12 0 $PermSeq12 1 NRABOANRA1.xml NRABOANRA1.xml true true Both XML Files are Equal