Suppose I hv to call Common web and common excel vbs files from a single vbs
I can put command like this inside a seperate vbs. ExecuteFile ".\Common_Web_Lib.vbs" ExecuteFile ".\Common_Excel_Lib.vbs" On Fri, Apr 20, 2012 at 1:21 PM, <[email protected]> wrote: > Thanks Ganesh > > Need1: any snippet how to call function file name b into a function file > name a > > > > Sent from my iPhone > > On Apr 20, 2012, at 12:16 PM, Ganesh muralidharan <[email protected]> > wrote: > > Need 1 : I think you can call the 14 vbs files from 1 primary vbs file. So > you need to add 1 file in resources. > > Need 2 : If your data is stored in an excel. You can see if any macro can > be written to trigger mails on edit. > > On Fri, Apr 20, 2012 at 1:11 PM, Kiran Ogeti <[email protected]> wrote: > >> >> I am trying to explore the tools for following purpose, but any 2 cents >> ideas would really help >> >> Need 1: >> >> 1. I have 15 diff vbs files , but lets say when i create a new test I >> have to literally add all 15 files in resources .. to avoid this I am >> planning to do below: >> >> 1. Keep files as separate while editing functions (so it will be faster) >> 2. Merge all these files into one for execution >> >> Any idea on merging tools that works for vbs files ? >> >> Need 2: >> >> I want to save all test data files in a particular location (say any >> tool, not shared drive) >>give access to all testrs, but notifies all >> testers when anyone change the test data >> >> Thanks much >> >> >> >> >> -- >> You received this message because you are subscribed to the Google >> "QTP - HP Quick Test Professional - Automated Software Testing" >> group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/MercuryQTP?hl=en >> > > > > -- > Regards, > > > Ganesh Muralidharan > 'God Never Forgets' > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > -- Regards, Ganesh Muralidharan 'God Never Forgets' -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
