Explain the N-tire structure(process) for Funds Transfer
( means give N ways to funds Transfer in an Application)
No Answer is Posted For this Question
Be the First to Post Answer
Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
What are the limitations in using Virtual objects?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Reverse string without mid or streverse function.
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
How software tester can use constants and variables in scripts?
what is the difference between parameters and arguments?