VBscript for QTP,best tutorial?
Answers were Sorted based on User's Feedback
Answer / ramash varma
for VBScript in QTP orientation visit:
www.gcreddy.com
there you can get:
VBScript examples,
GUI Scripts,
Web Scripts,
Database scripts,
Excel scripts,
Flat files scripts etc..
It is a very useful site for QTP advanced learners.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / rahul
you can find QTP tutorials at
http://SoftwareTestingNet.com
| Is This Answer Correct ? | 6 Yes | 1 No |
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Mention how to access array data?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
about vb scripting programs this type of all question& answers
how to validate the text in a web table
How to write functional test cases for send button in gmail.
why do u choose to go for testing why cant for devoloping
What is select case statement?
Which in-built function is used to format the number in the vbscript language?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)