Guest pky Report post Posted February 10, 2010 I have just started using this tool and created one test scenario and few profiles in it. Each profile requires to login, so i kept all the username and password in one file and tried to read the users, but all the profile reads the first value. Can we use same file for different profiles and get different information? Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted February 11, 2010 You need a separate file for an each profile. Quote Share this post Link to post Share on other sites
Guest pky Report post Posted February 11, 2010 Thanks Sergei. Yes, using separate files works fine. But since the data are the same i.e username and passwords only i tried using single file. Can't we use single file for all profile? Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted February 15, 2010 You can use the single file but in this case usernames and passwords will be repeated for each profile. If you have 2 profiles and for example use $LOrder by users: user1 from profile1 will use login1 user2 from profile1 will use login2 user1 from profile2 will use login1 user2 from profile2 will use login2 Quote Share this post Link to post Share on other sites