Forum Discussion

bvenku1982's avatar
bvenku1982
Contributor
9 years ago

DataSource - excel - filepath as projectpath

 

I want to keep my DataSource - excel - filepath in projectpath

And define under DataSource as File: = ${#Projectpath}\TestData.xls

 

please guide me if this is possible

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    I believe that you are using Ready!API, right?

     

    You can define project level property, but use forward slash (/) instead backward slash(\) and that should work in all os platforms.

     

    And, use ${#Project#<PropertyName>} to access it else where.