Does Qtp Supports Database checkpoint for client Server application.
Latest Answer: Yes,its only record n play plack backif any thing wrong please let me knowthanks Ram ...
How can we pass a variable while creating a DB checkpoint. Is it even possible ?I would like to do something likeQTP scriptvariablename=somevalueDB Checkpoint query:select * from table where col=variablenameinstead
Latest Answer: Set con=createobject("ADODB.Connection")con.connectionstring="DSN=QT_Flight32;DBQ=C:Program FilesMercury InteractiveQuickTest Professionalsamplesflightappflight32.mdb;Driver=C:WINDOWSsystem32odbcjt32.dll;DriverId=281;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;"con.open()var=2Set ...
Please suggest, if we can use QTP to test RIA's (Rich Internet Applications) developed using Adobe Flex. Adobe® Flex™ 2 is a cross-platform development framework for creating rich Internet
Hi,Can I save my user defined variable value in a Data Sheet ?Dim textValuetextValue= Browser("Browser").Page("Pag1").WebEdit("WebEdit").GetROProperty("innertext")I
Latest Answer: here is the code datatable("columnname",dtgolbal)=textvalue ...
QTP is not getting one of the object in our application... it is getting all other objects
Latest Answer: Hello Boss, Low-Level Recording - enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation. This mode records at the object level and records all run-time objects ...
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
Latest Answer: We can count the number of links that are present in the web table, using Descriptive programming.Set Lnk = Description.Create()Lnk("micClass").Value = "Link"Set LnkPres = Browser().Page().WebTable().ChildObjects(Lnk)LnkCnt = LnkPres.CountMsgBox ...
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
Latest Answer: I'd get all the link objects for the page, or object that match a certain criteria. In this case, all your order links match ".*orders", then run a loop to click each of themFor example: ' Set ...
Hi Every Body,Can any one help me on "How to identify special character thru regular expression in QTP for Java Based application"?Thanks in AdvanceSrini :)
Latest Answer: You can use W for identifying special characters like !@#$% ^* Â in VB script, Sushil ...
Hi QTP Experts, how to write a function for Maximising a Browser in QTP I'm already having function for that but it's taking very slow to access the browser im pasting my function belowhwnd =
Latest Answer: It worked fine when I did it without Creatime Time. ...
Hi Guys, Im using checkpoints in my test(QTP 9.2) but sometimes i may delete the Checkpoints by deleting the scripts Is there any location for checkpoints files to be deleted even after deleting
Latest Answer: You don't have to delete the entire script to just remove the Checkpoint. You can go to the Expert view and comment out the line containing the Checkpoint. Also, QTP does not store checkpoints in its OR. ...
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top