How to use transactions in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How will you compare keyword and expert view?
1)Difference Between Value & RawValue?
What are the three challenges U faced during automation testing of your application.
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
Explain about business process component? types and usage?
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
QTP identified the object but not performing the desired action???what could be the reason?????
How can we check whether a particular sheet loaded (existed) or not in Data Table.
w is fragmentation and paging
Diff b/w Health care domain and Banking Domain?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
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