How to add synchronisation points in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How to get line numbers in your editor in expert view?
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
plz tel me what is the differnce between QC & QTP?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Explain sub procedure of vbscript.
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
Can we continue functionality testing without framework?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
what are SetToProperty, SetROProperty,GetToproperty scripting?
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
How to retrieve the property of an object in QTP?