Submitted Questions

  • QTP output parameters in the actions

    Hi,Plz explain how i can create the output parameters in the actions.plz explain with the flight reservation window application.then i tried with the input parameter with call action methodlike using from action call properties..but i didn't get correct result..plz help me to do these parameters.Thx and regardsPunitha

  • QTP : Web table objects are not counted in the run time

    Hi,I have n number of links in my webtable, these links will be change based on some conditions first condition this webtable links count is correctBut second condition it display wrong count.Condition and display links are correct.But webtable links are not counted correctly, i cant find the resion for this.Have any idea for this problem?ThxPunitha.

    pavani prasad

    • May 18th, 2010

    If you want to count links present in the webtable as per my knowledge you need to used childitems concept not child objects.set obj_lnk=description.createobj_link("micclass").value="Link"lnk_cou=browser().page().webtable().childitems(obj_lnk).countmsgbox lnk_cou

  • QTP Script for runtime changing objects

    Hi,How i can write the script for the runtime changing objectsFor Example My webtable name is "Wtable"Its containing n number of links "120 orders" "130 orders" "100 orders".......These orders text will dynamically changing like "120 orders" can be change as "121 orders"In this how can i write code for click these links in this webtableFirst i count the child objects in "WTable"Its now written 3It...

  • Synchronization points

    Hi,i have to put a synchronization points in web page.my script have to wait until my web page refresh.or my web page status bar should be completes.Plz help for this.ThxPunitha

  • QTP : Set the value to the winedit box in run time

    Hi,I want set the value to the Winedit box in the Run time.When i am save my file i want to give the name of each file in run time.Link first time i have save file 1next file 2next file 3next file 4 like this.But in this the numbers have to display in the run time and have the save the file.Like loop for i = 1 to 100Text & iNext.For this how i write the scriptnormally we write Winedit("textname").set...

  • Run the Tomcat Server

    Hi, Is it possible to run the 2 tomcat servers simultaneously with different ports.Some times it's working. some times its not running,Anybody can help me to solve this problem.Thxregards'Punitha.R

    uncer

    • Jan 17th, 2010

    Follow these step;1. Set JAVA_HOME=C:/JDK2  SET CATALINA_HOME=C:/TOMCAT3. CLASSPATH=C:/servlet.jav;.;jsp.jar;Then go into tomcat folder search servlet.jar copy short cut paste at desktop and double click.

  • QTP Check Points

    Hi,i am using qtp 9.0 for web testing.I have local and online web pages. Ex. "http//local", "http//online"both are same web pagesnow i want to test these two web siteshow i use the check points for these purposeHow i check the web pages images, links, navigation's , page load times and other thingsPlz anybody help to do this testing.ThxPunitha.R

  • QTP - Conditional links count

    Hi,I am new for QTP.I have so many links in my page. but i want to count particular links among them.But all links properties are same. so now i have to add the new property for that group of links and count that.i added the new property for that linksbut i got general errori add new property for the link in object repository and the object identificationname is val Value is LI write the codeSet descrip...