Hi, every one aim new to automation testing(QTP),aim looking for software versions any. If any one can HELP me that will be great. Thank u.(9620427211,Bangalore)
ME,
2083I 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...
1 7464Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?
21 28613Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
1 6769How to capture checkbox properties when properties of the object keep changing on relogin to the application.
TCS,
1837How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application
TCS,
1 11405Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
1 3359There is web page with the webtable,this contains some data, how do you manipulate the data.
2 13697
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What is object spy in quicktest professional?
How to import a test case present in ".xls" file to TD under a Test set?
How to integrate the qualitycenter with qtp
Explain object spy in qtp.
What is the basic concept of qtp?
There is an excel file of 1 to 100 sheets how you will iterate through it?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How can you pass value one action to another action?
What is checkpoints for quicktest professional?
What is checkpoint in qtp?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
what testplan contents and what test strategy contents,what is the diff b/w them
Why qtp always start action1 and does not start action?