what is difference between Mandatrary proparties and
Assistive proparties? Explain
Answer Posted / vaani raj
Mandatory properties identify the object properties in a
single track, where a Assistive properties identify the
object by line by line.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
How QA specialist can identify when programmatic descriptions are useful?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Did QTP prove efficient for your project? Yes or No, explain?
what is error and fault in terms of software quality?
How you can make an action as re-usable action?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
what r the main attributes of test automation?
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
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Get the count of files of similar types from a folder.
By using QTP can we record any log files written by the application which is in execution?
how to idetfy which test cases are automated?who will deside that plz tell me
What is qtpro? What is a quick test professional?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage