Should have experience in framework means?
No Answer is Posted For this Question
Be the First to Post Answer
four browser are open same application i want to enter 3browser how?
When Recovery scenario actually starts while testing the application?
after initiating one project for testing, when exacltly QTP tester role starts?
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
write a vb script to print even numbers from 1-50?
6 Answers Kclink Technologies, Logica CMG,
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
How to export quicktest professional results to an .xls file?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What is the difference between call to existing action and copy of an action?
How QA specialist can identify when programmatic descriptions are useful?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?