What are the different types of loops available 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)
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
i need to sort the data using qtp script for this how i need to write a qtp script
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
how to delete folder test3,test4 and test5 using vbscript?
what is the object hyrarchy in QTP for a web based application
about vb scripting programs this type of all question& answers
Join the multiple array with out using JOIN function
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
which is the bset training centre to learn automation tools?
What are class events?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?