• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need to learn test automation, using QTP / UFT

squarecut1

Platinum Member
I have some background in programming. Took C++ and object oriented programming course in college, a long time back.

I have no real experience in software test automation and need to learn to use QTP, now named UFT, urgently. I wanted to know how much knowledge of VBScript is needed for it? Could someone recommend a good book on it? Any suggestions / help would be appreciated.

Thank you.
 
I wanted to know how much knowledge of VBScript is needed for it?
Not a whole lot. I once wrote a sorting function in a QTP script, and that was an order of magnitude more complex than anything else I ever did with it.

Just get the syntax down and you'll be fine, IMHO. Recording a script will give you most of the syntax you need, except maybe If/Then/Else/End If.

Edit: A quick Google turned up a VBScript reference. IIRC, QTP has its own reference in the help.
 
Back
Top