How would you directly trigger javascript in a test?
No Answer is Posted For this Question
Be the First to Post Answer
How to execute a WinRunner Script in QTP?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
I have 1 to 10 action are there, i want action1 output becomes to action 10 input? pls any can give script for this scenario?
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.
Explain synchronization types in QTP
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
How to test the mandatory fields in QTP?
HOW DO U CALL A ACTION IN QTP?
Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .
What are default add-ins in qtp?
What is the method for maximize the application while we using Decriptive programming in QTP?
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini