without Qtp features can we automated?
Answer / ram
Hi, do not understood ur question? ru asking about Add-ins?.
| Is This Answer Correct ? | 1 Yes | 2 No |
How is the Bitmap checkpoint different from Image checkpoint?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What are the five challenges you faced in QTP?
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
Explain the concept of how quicktest professional (qtp) identifies object?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
1)Difference Between Value & RawValue?
How does qtp identify the object in the application?
In QTP what is the difference between Step-in, Step-out, Step-over ?
how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
regular expression