If an application name is changing frequently i.e while
recording it has name “Window1” and then while running
its “Windows2” in this case how does QTP handle?
Answer Posted / prasad
QTP handle this type situation using "Regular
expressions",like :"Windows.*"("*" indicates 0 to meny
no.s/characters ... in this case 1 2 3 4 5 ........)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to record application running on the Virtual machine?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
if anyone has idea of the interview procedure in covansys, plz send me a mail?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
give me an example where u used good judgement and logic in solving a problem
How to build scripts that access data from external sources?
What the differences are and best practical application of Object Repository?
Does QTP run in any environment?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What are table and db checkpoints?
How do I get the QTP scripts result in xml format by using vb script function?
How to interact tool & application build in QTP?
write a script to verify the image path(src property) of the images which are in web pages.
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 difference between runtime object and text object and what property they have. whether they have same properties or different properties.