I am having major problems with some DB Table Checkpoints I
add to my script. I 35 web based applications recorded and
each has DB Table Checkpoints insert but only 1 script
isn't recognizing the DB Table Checkpoints for some reason.
I've checked the DB connections and the info in the Library
Functions and still only this one script out of 35 doesn't
recognize the DB Table Checkpoints. Can someone please help
me figure out why only this one script out of 35 that's
hitting the same database is having a problem.
Answer / Shekher Raghuvanshi
To resolve this issue, you can try the following steps:
1. Verify the script: Double-check the syntax and logic of your script to ensure it's correct.
2. Check the DB Table Names: Make sure that the table names in the script match those in the database exactly.
3. Test Individual Scripts: Break down the problematic script into smaller parts and test each part individually.
4. Compare with other scripts: Compare the code of the problematic script with other working scripts to identify any differences.
5. Debugging: Use a debugger to step through the problematic script line by line to find where the error occurs.
6. Consult Expert: If you're still unable to resolve the issue, consider consulting an expert or reaching out to QTP forums for help.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to compare the two strings?
How qtp recognizes the object?
In QTP what is the difference between Step-in, Step-out, Step-over ?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
could any help me please, how to work on visual foxpro application using UFT
you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
what are the design objects in qtp
How to customize checkpoints with parameters?
How will you load few objects in Active Screen?
what is the difference between Reusable action and external action?
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.