Hi, If you add the function using ExecuteFile statement you can't debug it, use LoadAndRun statement then you can debug the function.
Regards, Suman CH On Fri, Nov 22, 2013 at 8:28 AM, Manoj Gupta <[email protected]> wrote: > How the driver script is associating all functional lib million $ code? > > > On Thu, Nov 21, 2013 at 9:41 PM, Prasad.L.V <[email protected]> wrote: > >> actually below is the process happens while executing: >> >> in data file: function name (mypage) set to Run >> >> we have driver script which will associate all functioanl lib, before >> executing the testcases. >> >> in driver script i added a breakpoint where the function name has given >> (which needs to debug) >> the script getting paused in driver script exactly where it was added. >> >> then when i hit F11 the focus is still in driver script only but the code >> present in the function is getting executed. >> >> so i am not able to debug the line by line in function. >> >> >> On 21 November 2013 21:13, Manoj Gupta <[email protected]> wrote: >> >>> Have you included the function using executefile method, if yes then >>> remove that and include the vbs file into test settings. >>> >>> >>> On Thu, Nov 21, 2013 at 9:09 PM, Prasad.L.V <[email protected]>wrote: >>> >>>> Hi All, >>>> >>>> When I try to debug the script I inserting break points in it (actually >>>> in the function which will be calling in middle of the script). >>>> >>>> In Run mode I could see the breakpoint still exist, but the script not >>>> pausing at the break point. >>>> >>>> what could be the issue? please let me know. >>>> >>>> Thank you, >>>> L V Prasad. K >>>> >>>> -- >>>> -- >>>> 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 >>>> Groups "QTP - HP Quick Test Professional - Automated Software Testing" >>>> group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> -- >>> -- >>> 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 >>> Groups "QTP - HP Quick Test Professional - Automated Software Testing" >>> group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> -- >> 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 Groups >> "QTP - HP Quick Test Professional - Automated Software Testing" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > -- > 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 Groups > "QTP - HP Quick Test Professional - Automated Software Testing" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- 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 Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
