WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
What the vuser script contain?
what is remote performance monitering?
How the exception handling can be done using quicktest professional (qtp)?
Explain different types of action in qtp?
hi this is uday iam trying for testing job with 3+ yrs of exp if u have qtp faqs materil plz send me thanks in advance
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Explain more about the Test Fusion Report of QTP?
how can i count the no of edit field in a page and fill the multiple edit field
What is fluent wait in selenium webdriver?
What is the use of context menu in selenium ide?
Tell me how can we maximize browser window in selenium?
How can we edit the vuser script?
What is local configuration file?
How can we check if an element is getting displayed on a web page?