Forum Discussion
Hi,
If we want to open desktop application with different user credentials, we will use the following in TC.
TestedAppObj.RunAs(Domain, UserName, Password)
In the same way can we open application with different date format.
Thanks,
BommaReddy
I know some of the application will start/open only in specific Time-zone but I'm not sure why you want to open a application in a particular date format.
Is there any specific reason to open a application with certain format?
- bommareddy9 years agoContributor
Hi Shankar,
My current application will be invoked only if the system language as British English and also Date format should be in DD-MM-YY.
Now, I want to invoke the same application in US server, But the server language is in US English and Date format is in MM/DD/YY.
It is effecting my existing process, If i change my server language and Date format.
Instead of changing server settings is their any workaround solution for this?
Regards
BommaReddy
- shankar_r9 years agoCommunity Hero
Hi,
I haven't done this before in Test Complete. But you can try below steps to solve your problem as this has no straight forward answer.
- Create a function which will set the system into the Language and date which you want.
- Call the created function before you invoke the AUT.
This approach is just my thought and also not tested approach.
- HKosova9 years ago
Alumni
Also check out the answers in this thread: