Hi i have installed LR 8.0v on my system and wanted to test
siebel web application. when i tried to record the
application throught siebel web protocol, the launcher
tries to connect to that URL but after some time the URL
gives as Page Cannot Be Displayed, the same URL when we
login manually it works fine. LR is not able to connect to
the Application. What could be the reason?
Hi .. i want to write the script for the combo nox list .
For example if any combo box having a multipul itme. So
how can i retrive each item for each iteration ? help me out .
Please can any one tel how to write the test cases for these
Requirements:-
1.The applications sends the periodic data
2.The applications sends the alarm data
3.The Application stores the Periodic data and alarm data if
it is unable to send
4.the application having the configure through GPRS or SMS
I have the script like this: Browser("Login").Page
("Application").Frame("ScopeFrame").Link("DC3701737
(Active)").Click in which the value "DC3701737" will get
changed and i have to use the same value in so many places.
I got the value "DC3701737" in to a variable(Say x). Now if
i want to pass the variable in to link object .. how?
Browser("Login").Page("Application").Frame
("ScopeFrame").Link(x).Click
Is it possible to pass any variable into a link object ..
so, that the application will select that link
automatically?
If ur not able to understand, pls let me know.
If I want to do a version testing then how can I do it? Is
there any difference between 1.0 & 1.0.0.0 version?
50
When a non-conformance is noted during these "reviews", what
happens next?
175
What is a method that attempts to reduce the complexity
levels of aging legacy software?
1. Reengineering
2. Regression
3. Restructuring
4. Reusability
5. Reverse engineering
149
How did you define severity ratings in your project?
4
iam having 2+yr sof exp in manual testing, at present
working in chennai,want to relocte to hyd .if any openings
let me know.my id : vaniramymail.com
82
What are the points to be taken into consideration while
doing desktop testing?
75
How to Compare two database tables by using QTP?Please give
me code details.
24
how can you do retesting (datadriven test) using notepad
amd by using functions
NOTE u should not use datatable methods
69
is it possible to do performance testing in stand alone
application..how wil u do that ???????
How do you script a nested loop in QTP?
I am showing a snipet of my code. Any suggestions to help
me get this to work would be great appreciated!
STEP A
- Customer Number: No loop
- ISBN: Loop
STEP B
- Customer Number: Loop
- ISBN: Nested Loop
Here is the code I am using now. I am using i for the loop
and j for the nested loop in STEP B of my script.
===========================================
'CREATE AN ADDITIONAL CUSTOMER
Dim myNum, RowNum, RowCnt2, val2, total, i
DataTable.ImportSheet "C:\QOE Data -
UAT1.xls" ,"Data" ,"Global"
RowCnt2 = DataTable.GetRowCount
i = 1
DataTable.SetCurrentRow(i) ' Set row to one
Do while Not i > RowCnt2
i=i+1
DataTable.SetNextRow
MsgBox Datatable.Value("Customer_Num")
Msgbox i
Msgbox RowCnt2
If Not i > RowCnt2 then
val2=datatable.Value("Customer_Num","Global")
OracleFormWindow("Sales Order").SelectMenu "File->New"
OracleFormWindow("Sales Order").OracleTabbedRegion("Order
Information").OracleTextField("Customer Number").SetFocus
OracleFormWindow("Sales Order").OracleTabbedRegion("Order
Information").OracleTextField("Customer Number").Enter val2
End If
'CREATE SECOND ISBN LIST
DataTable.ImportSheet "C:\QOE Data -
UAT1.xls" ,"Data" ,"Global"
Dim j, RowCnt3, val3
RowCnt3 = DataTable.GetRowCount
For j = 1 To RowCnt3
DataTable.SetCurrentRow(i)
' datatable.getSheet("DataTable").setNextRow
If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then
j = j - 1
Exit For
End If
Next
'Define ISBN rows
If RowCnt3 <> j Then
RowCnt3 = j
End If
'Loop through ISBN rows
For j = 1 To RowCnt3
DataTable.SetCurrentRow(i)
val3 = Datatable.Value("ISBN","Global")
msgbox j
If j = 1 Then
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item").SetFocus
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item").Enter val3
else If j < 16 Then
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item_"&i).SetFocus
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item_"&i).Enter val3
else If RowCnt1 => 16 Then
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item_15").SetFocus
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered
Item_15").InvokeSoftkey "DOWN"
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item_15").SetFocus
OracleFormWindow("Sales Order").OracleTabbedRegion("Line
Items").OracleTextField("Ordered Item_15").Enter val3
end if
end if
End If
Next
'EXIT APP
msgbox i
loop
Browser("Browser").Page("Oracle Applications 11i").Sync
Browser("Browser").Close
==========================================
It isn't working correctly in my nested loop in STEP B (for
ISBN).
Any ideas??
Thanks!
SBsteve
404
What is the Differnce between Client/Server Testing and Web
Based Testing?
Please send me Sample Template on Test Strategy.
Tnx in Advance.
54
Explain elementary process?
2
How to load the object repository at run time?
45
How does fundamentally a coverage tool work?
5
How QTP integrate with application?
166
An engineering college wants to automate their examination
activities to speed up their work and maintain high-end
accuracy of information. A brief overview of the proposed
system is given below:
The proposed examination system is consisting of 8
semesters spread across 9 branches (assume your own branch
names) and spans over a period of 4 years. Each student
belongs to a branch and must register for a minimum of 6
courses but not exceed 8 courses maximum. The scoring
pattern for each course is given as below:
Maximum marks for each course: 100
Pass: 35%
Distinction: 70% and above
First class: =>60% and <70%
Second class: >50% and <60%
Pass Class: >=35% and <50%
The proposed system computes the result and announces the
results every semester. The results must be accurate and
all examination records will be maintained till the
students leave the college.
Develop a Test Strategy to test the proposed system. Your
Test Strategy must include the following:
• Test Plan
• Testing Methodology to be followed
• Test cases
• Test effort estimation
• Test Correction Mechanism
Note: If you need more information on the requirement
specification, you are permitted to assume along the same
line but clearly specify the details.
215
can 2 tier architecture can be change as a 3 tier architecture