Sometimes my QTP scripts works fine and sometimes its not though I am using same shared Repository and am not doing any changes in it.Even though for descriptive programming also its works fine and sometimes it does not work.my application is pretty stable.Could anyone please answer why am facing these types of issue??
1 2952I 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
2695I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
1 3874How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
1 3468If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
5248WHO IS THE BEST FACULTY FOR QTP IN HYDERABAD? A) NAGESHWAR RAO- MINDQ B) SURESH REDDY -SMART SOLUTIONS C) SURESH BABU- Q EDGE D) VENKAT - LIVE TECH E) GC.REDDY - HI-TECH CITY F) NONE OR OTHERS
7 13288write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
1 4174Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
1932Q) Please any body can help me how we can create descriptive programming if the application is not ready i.e we don't have unique property of object ? note:build not ready means we can't use object spy in build to get unique property .
2 4087I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
2933How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance
1 3973
Explain the views in the QTP GUI?
How did you use regular expressions in QTP and also in WR?
how u will evaluate the tool for test automation?
What is post recovery scenario?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How to open a new test using quicktest professional (qtp)?
what testplan contents and what test strategy contents,what is the diff b/w them
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
Why do we use breakpoints in QTP?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What are the different types of functions available in qtp and explain ?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Explain the features of quick test pro(qtp)?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?