Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Error Handling
#1
Not Solved
1. If you are using function library in script but ,you forget to load the function library into script so the script failed, How can you handle this problem without stopping the execution of Script.


2. How to skip blank cells in excel during script execution.If some of the cells are blank then skip that cell and continue.


Please help me in these questions.
Reply
#2
Not Solved
1) u cant add the function library without stopping
2) U can use a if function
if datatable.cell<>"" then
step to perform.
end if
Reply
#3
Not Solved
Thanks babu123 for reply

In a interview the interviewer asked this question (adding function library during execution), and I said we cant add during execution but if function lib not found then we can handle it using if condition it code before it executes. But the interviewer told there are some ways for doing this without stopping the code execution.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error handling qtptester66523 1 2,335 05-21-2015, 12:03 AM
Last Post: babu123
  "Error Handling" suresz449 1 2,863 12-16-2011, 10:52 AM
Last Post: sshukla12

Forum Jump:


Users browsing this thread: 1 Guest(s)