How to find the length of the string in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
How can you close the second opened browser?
What is Performance testing?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
3. How to handle the exceptions using recovery secnario manager in Qtp?
what testing activities u may want to automate in a project?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
How to find the difference between 2 dates in qtp?
what's the difference in between function and sub and give some code as well
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
In Test Director , You can store Test cases or vb Script . Why we need VSS?