Dear sir, i want to perform a QTP automated testing for
mechancial engineering software like msc adams, msc nastran
this softwares will help for mechanical engineering design
analysis>> i know oad runner win runner, test director,
QTp>> but i dont know how to use for automation
No Answer is Posted For this Question
Be the First to Post Answer
What is descriptive Programming in qtp.
If requirments changed then how we can teach the QTP this is the new requirment
QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!
Reverse string without mid or streverse function.
Where should we turn Smart Identification ON in QTP?
LINUX environment supports QTP or not? LINUX environment supports QC or not?
what is the difference between link and hyperlink?
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ
How do we create and run the scripts with out using O.R. ?
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail