Can any one brief some detail on how the shared and action
object repository utilized/implemented in a real time
project. I already know how to make shared object repositor
by saving OR as .tsr extension..I wanted the actual concept
of implementation...couple of live examples will be highly
appreciated.
Thanks
No Answer is Posted For this Question
Be the First to Post Answer
What are the problems / difficulties faced when you used Smart Identification ?
anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com
How to maintain the old scripts in QTP?
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
what is difference between normal mode and fast mode?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
after click on compose mail how can we attached a file in qtp with vbscript code