Explain xml checkpoints.
No Answer is Posted For this Question
Be the First to Post Answer
what is regular expression how will you implement it?
In QTP what is the difference between Step-in, Step-out, Step-over ?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
what is run action?
how can we retrieve ten rows from the data table using loop concept?
how do you configure QTP AND Test director?
How can i store runtime value through vb script while using qtp
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance