What is Reusable component is QTP...Anybody can answer
it..Thanks in advance...
Answer Posted / neha
There is nothing as Reusable component in QTP But yes we
have Resusable actions in QTP.
Resusable actions are the actions which can be called again
and again in the test.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain measuring transaction.
What are the different types of recovery operation?
How many types of parameters are there?
can i compare two databases using QTP ?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
If I change the property value at runtime is it effect is object repository?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What are the challenges you faced during you entire life automation ?
Does quicktest professional (qtp) is unicode compatible?
How is UFT 11.5 version different from UFT 12.0?
What is Port testing. Whhen will you perform?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Explain hybrid framework with advantages and disadvantages?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans