Capgemini interview question

what is Framework architecture Function like mid, date descriptive program environment variable

Interview Answer

Anonymous

11 Aug 2018

Framework Architecture : Framework Architecture is the flow of the control how the things work. Let say,>>how we are invoking AUT >>How the Test cases called >>How the data from the data table we can fetch in our test >>Generating the reports after the Test execution. Function Mid : Mid Function gives us the freedom to take the values from the strings on the basis of our requirement Syntax: Mid(string,start[,length]) >>txt="This is a beautiful day!" >>Msgbox(Mid(txt,1,1)) >>T Function Date: It gives the System date as output. Description Programming : When we do the scripting without taking the use of OR, Env Variables ::Such values that are constant in the testing can be put in the Env Var files and can be used across the test.actions and the framework Ex:Login credentials.